lua

A copy of the Lua development repository
Log | Files | Refs | README

commit 69bee7a3d16169dcd06cd4a98ef012be0d0029f2
parent cd05d9c5cb69020c069f037ba7f243f705d0a48a
Author: Waldemar Celes <celes@tecgraf.puc-rio.br>
Date:   Fri, 17 Dec 1993 16:41:01 -0200

Math library to LUA

Diffstat:
Amathlib.h | 13+++++++++++++
1 file changed, 13 insertions(+), 0 deletions(-)

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