diff options
Diffstat (limited to 'src/ctype/isdigit.c')
-rw-r--r-- | src/ctype/isdigit.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ctype/isdigit.c b/src/ctype/isdigit.c index 3577ec55..3b42fc71 100644 --- a/src/ctype/isdigit.c +++ b/src/ctype/isdigit.c @@ -1,3 +1,5 @@ +#if 0 + #include <ctype.h> #include <limits.h> #include "_assert.h" @@ -23,3 +25,6 @@ LC_CTYPE C_LOCALE(`THIS() is true for characters CHAR(0), CHAR(1), CHAR(2), CHAR(3), CHAR(4), CHAR(5), CHAR(6), CHAR(7), CHAR(8), and CHAR(9)') STDC(1) */ + + +#endif |