summaryrefslogtreecommitdiffstats
path: root/usr/klibc/ctype/tolower.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/klibc/ctype/tolower.c')
-rw-r--r--usr/klibc/ctype/tolower.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/klibc/ctype/tolower.c b/usr/klibc/ctype/tolower.c
new file mode 100644
index 0000000..24ca72b
--- /dev/null
+++ b/usr/klibc/ctype/tolower.c
@@ -0,0 +1,2 @@
+#include "ctypefunc.h"
+CTYPEFUNC(tolower)