Skip to main content

Module imp

Module imp 

Source
Available on Linux or Android or FreeBSD or DragonFly BSD or NetBSD or OpenBSD or Cygwin or Solaris or illumos or Emscripten or Haiku or Hermit or L4Re or Fuchsia or Redox OS or VxWorks or Horizon or AIX or QNX Neutrino or GNU/Hurd or RTEMS OS or NuttX only.

Staticsยง

ARGC ๐Ÿ”’
ARGV ๐Ÿ”’
ARGV_INIT_ARRAY ๐Ÿ”’ Linux and GNU
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 ๐Ÿ”’ โš