Module imp

Source

Staticsยง

ARGC ๐Ÿ”’
ARGV ๐Ÿ”’
ARGV_INIT_ARRAY ๐Ÿ”’
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ยง

argc_argv
initโš 
really_init ๐Ÿ”’ โš