/*
** Math library to LUA
** TeCGraf - PUC-Rio
** $Id: $
*/


#ifndef strlib_h

void mathlib_open (void);

#endif