Posts Tagged ‘perror’
errno – number of last error
USAGE
#include <errno.h>
DESCRIPTION
The header file defines the integer variable errno, which is
set by system calls and some library functions in the event of an error
[...]
Categories: E
