lua/strlib.h

14 lines
116 B
C
Raw Normal View History

1993-12-17 21:41:19 +03:00
/*
** String library to LUA
** TeCGraf - PUC-Rio
** $Id: $
*/
#ifndef strlib_h
void strlib_open (void);
#endif