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