Module std::sys::unix::args::imp

source ·

Statics

  • ARGC 🔒
  • ARGV 🔒
  • glibc passes argc, argv, and envp to functions in .init_array, as a non-standard extension. This allows std::env::args to work even in a cdylib, as it does on macOS and Windows.

Functions