Explorar o código

Math library to LUA

Waldemar Celes %!s(int64=32) %!d(string=hai) anos
pai
achega
69bee7a3d1
Modificáronse 1 ficheiros con 13 adicións e 0 borrados
  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
+