diff options
Diffstat (limited to 'libk/include/ctype.h')
-rw-r--r-- | libk/include/ctype.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libk/include/ctype.h b/libk/include/ctype.h new file mode 100644 index 0000000..289297e --- /dev/null +++ b/libk/include/ctype.h @@ -0,0 +1,4 @@ +#pragma once + +int isspace(int c); +int isdigit(int c); |