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