2
0
Waldemar Celes 32 жил өмнө
parent
commit
69bee7a3d1
1 өөрчлөгдсөн 13 нэмэгдсэн , 0 устгасан
  1. 13 0
      mathlib.h

+ 13 - 0
mathlib.h

@@ -0,0 +1,13 @@
+/*
+** Math library to LUA
+** TeCGraf - PUC-Rio
+** $Id: $
+*/
+
+
+#ifndef strlib_h
+
+void mathlib_open (void);
+
+#endif
+