Usermode/libc++ - Starting on a hacky STL implementation
[tpg/acess2.git] / Usermode / Libraries / libc++.so_src / include_exp / cstdint
1 /*
2  * Acess2 C++ Library
3  * - By John Hodge (thePowersGang)
4  *
5  * cstdint (header)
6  * - C++ wrapper around stdint.h
7  */
8 #ifndef _LIBCXX_CSTDINT_
9 #define _LIBCXX_CSTDINT_
10
11 extern "C" {
12 #include <stdint.h>
13 };
14
15 #endif
16

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