Go to the first, previous, next, last section, table of contents.


__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. 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

not ANSI, not POSIX


Go to the first, previous, next, last section, table of contents.