summaryrefslogtreecommitdiff
path: root/clients/lib/mathlib.h
blob: 7630144a76aca040d020ecd9061fb1e42a5ea648 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
** Math library to LUA
** TeCGraf - PUC-Rio
** $Id: mathlib.h,v 1.1 1993/12/17 18:41:19 celes Stab $
*/


#ifndef strlib_h

void mathlib_open (void);

#endif