diff options
Diffstat (limited to 'libalee/ctype.hpp')
-rw-r--r-- | libalee/ctype.hpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libalee/ctype.hpp b/libalee/ctype.hpp index dfc6f50..5842dfb 100644 --- a/libalee/ctype.hpp +++ b/libalee/ctype.hpp @@ -26,16 +26,9 @@ #include <cstdint> bool isspace(uint8_t); -bool isspace(char); - bool isdigit(uint8_t); -bool isdigit(char); - bool isalpha(uint8_t); -bool isalpha(char); - bool isupper(uint8_t); -bool isupper(char); #endif // ALEEFORTH_CTYPE_HPP |