strchrnul: include header

parent c11af973
......@@ -23,6 +23,8 @@
#include <string.h>
#include <stdlib.h>
#include "strchrnul.h"
/* Find the first occurrence of C in S or the final NUL byte. */
char *strchrnul(const char *s, int c_in)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment