[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
#include <crt0.h> void __crt0_load_environment_file(char *_app_name); |
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.
ANSI/ISO C | No |
POSIX | No |