diff options
Diffstat (limited to 'lib/libc/string/strrchr.c')
-rw-r--r-- | lib/libc/string/strrchr.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/string/strrchr.c b/lib/libc/string/strrchr.c new file mode 100644 index 0000000..8fcf3a1 --- /dev/null +++ b/lib/libc/string/strrchr.c @@ -0,0 +1,2 @@ +#define STRRCHR +#include "rindex.c" |