Navigation

Operators and Keywords

Function List:

C++ API

: status = unsetenv (var)

Delete the environment variable var.

Return 0 if the variable was deleted, or did not exist, and -1 if an error occurred.

See also: setenv, getenv.

Package: octave