mirror of
https://github.com/lcn2/calc.git
synced 2025-08-19 01:13:27 +03:00
Release calc version 2.12.4.11
This commit is contained in:
@@ -431,5 +431,19 @@ CONST char *error_table[E__COUNT+2] = {
|
||||
"File argument for fgetfile not open for reading",
|
||||
"Unable to set file position in fgetfile",
|
||||
"Non-representable type for estr",
|
||||
"Non-string argument for strcasecmp",
|
||||
"Bad argument type for strncasecmp",
|
||||
"Bad argument for isupper",
|
||||
"Bad argument for islower",
|
||||
"Bad argument for isalnum",
|
||||
"Bad argument for isalpha",
|
||||
"Bad argument for isascii",
|
||||
"Bad argument for iscntrl",
|
||||
"Bad argument for isdigit",
|
||||
"Bad argument for isgraph",
|
||||
"Bad argument for isprint",
|
||||
"Bad argument for ispunct",
|
||||
"Bad argument for isspace",
|
||||
"Bad argument for isxdigit",
|
||||
NULL
|
||||
};
|
||||
|
Reference in New Issue
Block a user