[][src]Function sunrise_libuser::argv::__libuser_get_args

fn __libuser_get_args() -> (usize, isize, usize)

Get the arguments and environment. This will parse and setup the arguments and environment the first time it is called - modifying the argdata section in the process. This function is safe to call from multiple threads

First returned value is the argv, second value is the argc, third value is the envp.