xml_AST.cc: directly include required headers
[ppn.git] / memrchr.h
blobb9c31a209efd1bbb8af3ccaaa6b8d4e3133703ca
1 #include "config.h"
3 #ifndef HAVE_MEMRCHR
5 #include <string.h>
7 #if defined(__cplusplus)
8 extern "C" {
9 #endif
11 const void *memrchr(const void *s, int c, size_t n);
13 #if defined(__cplusplus)
15 #endif
17 #endif