Nut/OS  4.10.3
API Reference
strchr.c File Reference
#include <compiler.h>
#include <string.h>
Include dependency graph for strchr.c:

Go to the source code of this file.

Functions

char * strchr (CONST char *p, int ch)
 Locate the first occurrence of a character in a string.