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


#ifndef strlib_h

void strlib_open (void);

#endif