lua/mathlib.h
1993-12-17 16:41:19 -02:00

14 lines
115 B
C

/*
** Math library to LUA
** TeCGraf - PUC-Rio
** $Id: $
*/
#ifndef strlib_h
void mathlib_open (void);
#endif