New error code ERANGE
git-svn-id: svn://svn.cc65.org/cc65/trunk@2274 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -25,6 +25,7 @@ const char* const _sys_errlist[] = {
|
||||
"Interrupted system call", /* 12 */
|
||||
"Function not implemented", /* 13 */
|
||||
"Illegal seek", /* 14 */
|
||||
"Range error", /* 15 */
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user