浏览代码

Math library to LUA

Waldemar Celes 32 年之前
父节点
当前提交
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
+