memrchr.h File Reference
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
void * | memrchr (const void *s, int c, size_t n) |
Function Documentation
◆ memrchr()
Reverse memchr() Find the last occurrence of 'c' in the buffer 's' of size 'n'.
Definition at line 36 of file memrchr.cc.
Referenced by Store::CheckSwapMetaUrl(), and SBuf::rfind().