Usermode/libc++ - Implement map::insert and map::erase
[tpg/acess2.git] / Usermode / Libraries / libc++.so_src / include_exp / cstdlib
1 /*
2  * Acess2 C++ Library
3  * - By John Hodge (thePowersGang)
4  *
5  * cstdlib (header)
6  * - C++ wrapper around stdlib.h
7  */
8 #ifndef _LIBCXX_CSTDLIB_
9 #define _LIBCXX_CSTDLIB_
10
11 extern "C" {
12 #include <stdlib.h>
13 };
14
15 #endif
16
17

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