Usermode/libc++ - Exceptions mostly
[tpg/acess2.git] / Usermode / Libraries / libc++.so_src / include_exp / cstdlib
diff --git a/Usermode/Libraries/libc++.so_src/include_exp/cstdlib b/Usermode/Libraries/libc++.so_src/include_exp/cstdlib
new file mode 100644 (file)
index 0000000..7d119a7
--- /dev/null
@@ -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 <stdlib.h>
+};
+
+#endif
+
+

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