mirror of https://github.com/lua/lua.git
Waldemar Celes
31 years ago
1 changed files with 13 additions and 0 deletions
@ -0,0 +1,13 @@ |
|||
/*
|
|||
** Math library to LUA |
|||
** TeCGraf - PUC-Rio |
|||
** $Id: $ |
|||
*/ |
|||
|
|||
|
|||
#ifndef strlib_h |
|||
|
|||
void mathlib_open (void); |
|||
|
|||
#endif |
|||
|
Loading…
Reference in new issue