_sys_errlist
Name
_sys_errlist -- array containing the "C"
locale strings used by strerror()
Synopsis
#include <stdio.h>
extern const char *const _sys_errlist[];
|
Description
_sys_errlist is an array containing
the "C" locale strings used by
strerror. This normally should not be
used directly. strerror provides all
of the needed functionality.