Returns the number of program arguments.
Returns the program arguments.
Returns the program environment variables.
Returns the Mach-O header of the current executable.
Returns the full path to the current executable as a pointer to a null terminated C string.
In reality this will be core.sys.darwin.mach.loader.mach_header on 32-bit platforms and core.sys.darwin.mach.loader.mach_header_64 64-bit platforms.
D header file for libc/crt_externs.h.