Usermode/libc++ - Exceptions mostly
[tpg/acess2.git] / Usermode / Libraries / libc++.so_src / include_exp / cstring
diff --git a/Usermode/Libraries/libc++.so_src/include_exp/cstring b/Usermode/Libraries/libc++.so_src/include_exp/cstring
new file mode 100644 (file)
index 0000000..66149e0
--- /dev/null
@@ -0,0 +1,17 @@
+/*
+ * Acess2 C++ Library
+ * - By John Hodge (thePowersGang)
+ *
+ * cstring (header)
+ * - C++ wrapper around string.h
+ */
+#ifndef _LIBCXX_CSTRING_
+#define _LIBCXX_CSTRING_
+
+extern "C" {
+#include <string.h>
+};
+
+#endif
+
+

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