Archived
1
0
Fork 0
This repository has been archived on 2026-05-10. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
archived/src/compat/string.h
2011-01-13 14:54:19 +01:00

11 lines
181 B
C

#ifndef __COMPAT_STRING_H
#define __COMPAT_STRING_H
#include <string.h>
#ifdef NO_MEMRCHR
extern void* memrchr(const void *, int, size_t);
#endif
#endif /* __COMPAT_STRING_H */