Usermode/libm - Wrap builtin log
[tpg/acess2.git] / Usermode / Libraries / libm.so_src / include_exp / math.h
index 349547e..d6d988f 100644 (file)
@@ -8,6 +8,16 @@
 #ifndef _LIBM__MATH_H_
 #define _LIBM__MATH_H_
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 extern double  pow(double x, double y);
+extern double  exp(double x);
+extern double  log(double val);
+
+#ifdef __cplusplus
+}
+#endif
 
 #endif

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