Math library to LUA

This commit is contained in:
Waldemar Celes 1993-12-17 16:41:19 -02:00
parent cd05d9c5cb
commit 69bee7a3d1
1 changed files with 13 additions and 0 deletions

13
mathlib.h Normal file
View File

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