Function nstd_env::nstd_std_env_args [−][src]
#[no_mangle]
pub unsafe extern "C" fn nstd_std_env_args() -> NSTDVecExpand description
Returns a vector of strings that contain the cmd args that the program was started with.
Returns: NSTDVec args - The command line arguments.