diff options
Diffstat (limited to 'src/ctype/isprint.c')
-rw-r--r-- | src/ctype/isprint.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/ctype/isprint.c b/src/ctype/isprint.c index 56d9ed19..e7843442 100644 --- a/src/ctype/isprint.c +++ b/src/ctype/isprint.c @@ -1,7 +1,5 @@ -#if 0 - #include <limits.h> -#include "_assert.h" +#include <stdio.h> #include "_ctype.h" /** test whether a character is printable **/ @@ -27,6 +25,3 @@ LC_CTYPE C_LOCALE(`THIS() is true for any printing character including SPACE()') STDC(1) */ - - -#endif |