diff options
author | Jakob Kaivo <jkk@ung.org> | 2023-11-14 14:56:26 -0500 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2023-11-14 14:56:26 -0500 |
commit | c3566145e736866cdbb1aaa4a4673d151ad7653d (patch) | |
tree | ec9367327c9d2303fcc231be1835dad08dc6c33a /src/ctype/isgraph.c | |
parent | a425f8aea7920f7e37ad1c892a10908fb869a016 (diff) |
enable all <ctype.h> functions
Diffstat (limited to 'src/ctype/isgraph.c')
-rw-r--r-- | src/ctype/isgraph.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/ctype/isgraph.c b/src/ctype/isgraph.c index 5c3dad44..49de9c1f 100644 --- a/src/ctype/isgraph.c +++ b/src/ctype/isgraph.c @@ -1,7 +1,5 @@ -#if 0 - #include <limits.h> -#include "_assert.h" +#include <stdio.h> #include "_ctype.h" /** test whether a character is graphic **/ @@ -27,6 +25,3 @@ LC_CTYPE C_LOCALE(`THIS() is true for all printable characters other than SPACE()') STDC(1) */ - - -#endif |