Go to the source code of this file.
Function Documentation
The explain_unsetenv_on_error function is used to call the unsetenv(3) system call. On failure an explanation will be printed to stderr, obtained from the explain_unsetenv(3) function.
- Parameters:
-
name | The name, exactly as to be passed to the unsetenv(3) system call. |
- Returns:
- The value returned by the wrapped unsetenv(3) system call.
- Example:
- This function is intended to be used in a fashion similar to the following example:
Definition at line 84 of file unsetenv_on_error.c.
static int unsetenv |
( |
const char * |
name | ) |
[static] |
Variable Documentation