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()

void * memrchr ( const void *  s,
int  c,
size_t  n 
)

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().

 

Introduction

Documentation

Support

Miscellaneous

Web Site Translations

Mirrors