X-Git-Url: https://git.ucc.asn.au/?p=tpg%2Facess2.git;a=blobdiff_plain;f=Usermode%2FLibraries%2Flibc%2B%2B.so_src%2Finclude_exp%2Fcstdint;fp=Usermode%2FLibraries%2Flibc%2B%2B.so_src%2Finclude_exp%2Fcstdint;h=c5575d9f232c0167eff709360db17ac4f38fab83;hp=0000000000000000000000000000000000000000;hb=845b6f9d90bb87b5e760e4d49aa93b0e003ab750;hpb=67a7fe2bb79eceaf10c572a99bd8345c4e81cf5b diff --git a/Usermode/Libraries/libc++.so_src/include_exp/cstdint b/Usermode/Libraries/libc++.so_src/include_exp/cstdint new file mode 100644 index 00000000..c5575d9f --- /dev/null +++ b/Usermode/Libraries/libc++.so_src/include_exp/cstdint @@ -0,0 +1,16 @@ +/* + * Acess2 C++ Library + * - By John Hodge (thePowersGang) + * + * cstdint (header) + * - C++ wrapper around stdint.h + */ +#ifndef _LIBCXX_CSTDINT_ +#define _LIBCXX_CSTDINT_ + +extern "C" { +#include +}; + +#endif +