Deletes all instances of the environment variable name from the
environment list.
Format
#include <stdlib.h>
void unsetenv (const char *name);
Arguments
- name
- The environment variable to delete from the environment list.
Description
This function deletes all instances of the variable name
pointed to by the name argument from the environment list.
Previous Page | Next Page | Table of Contents | Index