mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 15:47:45 +00:00
Make bash-2.05b build with minimal changes.
This is really neat. :^)
This commit is contained in:
parent
2cf477a151
commit
9d05f6b7a7
35 changed files with 326 additions and 176 deletions
|
@ -43,7 +43,10 @@ ALWAYS_INLINE int isdigit(int c)
|
|||
return c >= '0' && c <= '9';
|
||||
}
|
||||
|
||||
int isalpha(int c);
|
||||
int isalnum(int c);
|
||||
int ispunct(int c);
|
||||
int isprint(int c);
|
||||
int iscntrl(int c);
|
||||
|
||||
__END_DECLS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue