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 acdylib
, as it does on macOS and Windows.
Functionsยง
- argc_
argv - initโ
- really_
init ๐ โ