summaryrefslogtreecommitdiff
path: root/mathlib.h
blob: 2adb2de9793b3fe25f4655c1e35e821619577f15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
** Math library to LUA
** TeCGraf - PUC-Rio
** $Id: $
*/


#ifndef strlib_h

void mathlib_open (void);

#endif