Navigation

Operators and Keywords

Function List:

C++ API

: err = errno ()
: err = errno (val)
: err = errno (name)

Return the current value of the system-dependent variable errno, set its value to val and return the previous value, or return the named error code given name as a character string, or -1 if name is not found.

See also: errno_list.

Package: octave