#include "curl_setup.h"
Go to the source code of this file.
Defines | |
#define | memrchr(x, y, z) Curl_memrchr((x),(y),(z)) |
Functions | |
void * | Curl_memrchr (const void *s, int c, size_t n) |
Definition at line 40 of file curl_memrchr.h.
void* Curl_memrchr | ( | const void * | s, |
int | c, | ||
size_t | n | ||
) |
Definition at line 45 of file curl_memrchr.c.