String library to LUA

This commit is contained in:
Waldemar Celes
1993-12-17 16:41:19 -02:00
parent 26c3684c4f
commit 212fdf861a
2 changed files with 27 additions and 12 deletions

13
strlib.h Normal file
View File

@@ -0,0 +1,13 @@
/*
** String library to LUA
** TeCGraf - PUC-Rio
** $Id: $
*/
#ifndef strlib_h
void strlib_open (void);
#endif