diff options
author | Bruce Evans <bde@FreeBSD.org> | 1997-10-15 15:27:19 +0000 |
---|---|---|
committer | Bruce Evans <bde@FreeBSD.org> | 1997-10-15 15:27:19 +0000 |
commit | e94b7ef033d9752fcb9e547a480060dea5ceef90 (patch) | |
tree | b402bed697158f5a74862320dad9ad7863576657 /lib/libc/string/strchr.c | |
parent | 61736887074cc7733cd9a13c31610414ed58dbe7 (diff) |
Notes
Diffstat (limited to 'lib/libc/string/strchr.c')
-rw-r--r-- | lib/libc/string/strchr.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/string/strchr.c b/lib/libc/string/strchr.c new file mode 100644 index 000000000000..ee33662442d4 --- /dev/null +++ b/lib/libc/string/strchr.c @@ -0,0 +1,2 @@ +#define STRCHR +#include "index.c" |