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


#ifndef strlib_h

void strlib_open (void);

#endif