char *sys_errlist[] =
{
"No Error",
"File Not Found",
"Bad File Handle",
"Not Enough Memory",
"File Exists",
"Invalid Function Number",
"Too Many Files Opened",
"Not A Console Device",
"Invalid Access Code",
};

