Usermode/libc - Fix strchr and strrchr behavior
[tpg/acess2.git] / Usermode / Libraries / libc++.so_src / include_exp / cstring
1 /*
2  * Acess2 C++ Library
3  * - By John Hodge (thePowersGang)
4  *
5  * cstring (header)
6  * - C++ wrapper around string.h
7  */
8 #ifndef _LIBCXX_CSTRING_
9 #define _LIBCXX_CSTRING_
10
11 extern "C" {
12 #include <string.h>
13 };
14
15 #endif
16
17

UCC git Repository :: git.ucc.asn.au