delorie.com/djgpp/doc/libc/libc_122.html
|
search
|
libc.a reference
__crt0_load_environment_file
Syntax
| #include <crt0.h>
void __crt0_load_environment_file(char *_app_name);
|
Description
This function, provided by libc.a, does all the work required to load
additional environment variables from the file `djgpp.env' whose
full pathname is given by the DJGPP
environment variable. If the
application does not use environment variables, the programmer can
reduce the size of the program image by providing a version of this
function that does nothing.
See section __crt0_setup_arguments.
Portability