aboutsummaryrefslogtreecommitdiff
path: root/include/compat/strchrnul.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/compat/strchrnul.h')
-rw-r--r--include/compat/strchrnul.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/compat/strchrnul.h b/include/compat/strchrnul.h
new file mode 100644
index 0000000..ca12806
--- /dev/null
+++ b/include/compat/strchrnul.h
@@ -0,0 +1,4 @@
+#ifndef STRCHRNUL_H
+#define STRCHRNUL_H
+char *strchrnul(const char* s, int c);
+#endif