diff options
Diffstat (limited to 'src/ctype/iscntrl.c')
-rw-r--r-- | src/ctype/iscntrl.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/ctype/iscntrl.c b/src/ctype/iscntrl.c index 5d982bcf..4c733b2c 100644 --- a/src/ctype/iscntrl.c +++ b/src/ctype/iscntrl.c @@ -1,7 +1,5 @@ -#if 0 - #include <limits.h> -#include "_assert.h" +#include <stdio.h> #include "_ctype.h" /** test whether a character is a control character */ @@ -26,6 +24,3 @@ RETURN(0, ARGUMENT(c) is not a control character) LC_CTYPE STDC(1) */ - - -#endif |