summaryrefslogtreecommitdiff
path: root/kernel/include/lib/kctype.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/include/lib/kctype.h')
-rw-r--r--kernel/include/lib/kctype.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/kernel/include/lib/kctype.h b/kernel/include/lib/kctype.h
index 6d090c6..aee1bb9 100644
--- a/kernel/include/lib/kctype.h
+++ b/kernel/include/lib/kctype.h
@@ -19,4 +19,9 @@ int isspace(int c);
*/
int isdigit(int c);
+/**
+ * @returns if a character is ascii printable
+ */
+int isprint(int c);
+
#endif /* kctype.h */