unsetenv

Name

unsetenv -- delete an environment variable

Synopsis

#include <stdlib.h>

void unsetenv(const char *name);

Description

unsetenv is as specified in the Single UNIX Specification, Version 3.