X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FLibraries%2Flibc%2B%2B.so_src%2Finclude_exp%2Fcstring;fp=Usermode%2FLibraries%2Flibc%2B%2B.so_src%2Finclude_exp%2Fcstring;h=66149e035c98f672aba2a10f3f22f102ae62e266;hb=7230e51393cb7dbd64c48fbd3520c560fe87064c;hp=0000000000000000000000000000000000000000;hpb=b471bc9adca2cf2126c2b579bf0b33cedd2839a4;p=tpg%2Facess2.git diff --git a/Usermode/Libraries/libc++.so_src/include_exp/cstring b/Usermode/Libraries/libc++.so_src/include_exp/cstring new file mode 100644 index 00000000..66149e03 --- /dev/null +++ b/Usermode/Libraries/libc++.so_src/include_exp/cstring @@ -0,0 +1,17 @@ +/* + * Acess2 C++ Library + * - By John Hodge (thePowersGang) + * + * cstring (header) + * - C++ wrapper around string.h + */ +#ifndef _LIBCXX_CSTRING_ +#define _LIBCXX_CSTRING_ + +extern "C" { +#include +}; + +#endif + +