summaryrefslogtreecommitdiff
path: root/clients/lib/strlib.h
blob: db3d38c5f65b7b51dad9eb89d66accd52a5c41df (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 Stab $
*/


#ifndef strlib_h

void strlib_open (void);

#endif