Module imp
Functions
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::argsto work even in acdylib, as it does on macOS and Windows.