strnrchr.h File Reference
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
SQUIDCEXTERN const char * | strnrchr (const char *s, size_t count, int c) |
Function Documentation
◆ strnrchr()
SQUIDCEXTERN const char * strnrchr | ( | const char * | s, |
size_t | count, | ||
int | c | ||
) |
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.