Usermode/libm - Stubbed up a quick libm (using gcc builtins)
[tpg/acess2.git] / Usermode / Libraries / libm.so_src / include_exp / math.h
diff --git a/Usermode/Libraries/libm.so_src/include_exp/math.h b/Usermode/Libraries/libm.so_src/include_exp/math.h
new file mode 100644 (file)
index 0000000..349547e
--- /dev/null
@@ -0,0 +1,13 @@
+/*
+ * Acess2 C Library (Maths)
+ * - By John Hodge (thePowersGang)
+ *
+ * math.h
+ * - C99 Header
+ */
+#ifndef _LIBM__MATH_H_
+#define _LIBM__MATH_H_
+
+extern double  pow(double x, double y);
+
+#endif

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