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