unsetenv

Name

unsetenv -- delete an environment variable

Synopsis

#include <stdlib.h>

void unsetenv(const char *name);

Description

The unsetenv() function is as specified in the SUSv3.