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