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