Added public domain implementations of strchr and strstr.

This commit is contained in:
Dave Hylands
2014-01-12 22:34:58 -08:00
parent 34f813ee29
commit c8effff937
3 changed files with 31 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
#include <stdarg.h>
#include <string.h>
#include <assert.h>
#include <sys/types.h>
#include "nlr.h"
#include "misc.h"