summaryrefslogtreecommitdiff
path: root/clients/lib/mathlib.h
blob: bdf2b4b82a2ff303c120c7fec94be69bf3ed878b (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 Exp $
*/


#ifndef strlib_h

void mathlib_open (void);

#endif