[][src]Function libuv::misc::setup_args

pub fn setup_args() -> Result<Vec<String>, NulError>

Store the program arguments. Required for getting / setting the process title. Libuv may take ownership of the memory that argv points to. This function should be called exactly once, at program start-up.