diff options
Diffstat (limited to 'src/ctype/toupper.c')
-rw-r--r-- | src/ctype/toupper.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ctype/toupper.c b/src/ctype/toupper.c index 741b6784..8c84a423 100644 --- a/src/ctype/toupper.c +++ b/src/ctype/toupper.c @@ -1,3 +1,5 @@ +#if 0 + #include <stdio.h> #include <limits.h> #include "_ctype.h" @@ -28,3 +30,6 @@ RETURN_FAILURE(ARGUMENT(c), ARGUMENT(c) was not a lowercase letter or it has no LC_CTYPE STDC(1) */ + + +#endif |