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

Go to the source code of this file.

Functions

char * strrchr (CONST char *p, int ch)
 Locate the last occurrence of a character in a NUL terminated string.