mirror of
https://github.com/lua/lua
synced 2026-09-27 00:28:25 +03:00
Math library to LUA
This commit is contained in:
parent
cd05d9c5cb
commit
69bee7a3d1
1 changed files with 13 additions and 0 deletions
13
mathlib.h
Normal file
13
mathlib.h
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
/*
|
||||
** Math library to LUA
|
||||
** TeCGraf - PUC-Rio
|
||||
** $Id: $
|
||||
*/
|
||||
|
||||
|
||||
#ifndef strlib_h
|
||||
|
||||
void mathlib_open (void);
|
||||
|
||||
#endif
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue