libexplain
1.4.D001
|
Go to the source code of this file.
Functions | |
void | explain_putenv_or_die (char *string) |
void explain_putenv_or_die | ( | char * | string | ) |
The explain_putenv_or_die function is used to call the putenv(3) system call. On failure an explanation will be printed to stderr, obtained from the explain_putenv(3) function, and then the process terminates by calling exit(EXIT_FAILURE)
.
string | The string, exactly as to be passed to the putenv(3) system call. |
explain_putenv_or_die(string);
Definition at line 24 of file putenv_or_die.c.