summaryrefslogtreecommitdiff
path: root/src/string/strrchr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/string/strrchr.c')
-rw-r--r--src/string/strrchr.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/string/strrchr.c b/src/string/strrchr.c
index 8b033596..c85cb046 100644
--- a/src/string/strrchr.c
+++ b/src/string/strrchr.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <string.h>
#include "_assert.h"
@@ -30,3 +32,6 @@ string ARGUMENT(s).
/*
STDC(1)
*/
+
+
+#endif