strnrchr.c File Reference
Include dependency graph for strnrchr.c:
Go to the source code of this file.
Functions | |
const char * | strnrchr (const char *s, size_t count, int c) |
Function Documentation
◆ strnrchr()
look for the last occurrence of a character in a c-string.
Scanning starts at the beginning of the c-string, and ends after count bytes or at the end of the c-string, whichever happens first
Definition at line 13 of file strnrchr.c.
References NULL.