/* * Acess2 C++ Library * - By John Hodge (thePowersGang) * * cstdint (header) * - C++ wrapper around stdint.h */ #ifndef _LIBCXX_CSTDINT_ #define _LIBCXX_CSTDINT_ extern "C" { #include }; #endif