#include "platform.h"
Go to the source code of this file.
Functions | |
void * | GN_memrchr_ (const void *s, int c, size_t n) |
memrchr as defined in glibc More... | |
Definitions for macOS and Win32
Definition in file proc_compat.c.
void * GN_memrchr_ | ( | const void * | s, |
int | c, | ||
size_t | n | ||
) |
memrchr as defined in glibc
s | pointer to memory |
c | character to search for |
n | search character limit |
Definition at line 39 of file proc_compat.c.