Module to control static tables

This commit is contained in:
Waldemar Celes
1993-12-17 16:41:19 -02:00
parent 64097041c4
commit 4478f0ce92
2 changed files with 60 additions and 21 deletions

View File

@@ -1,8 +1,7 @@
/*
** table.c
** Module to control static tables
** TeCGraf - PUC-Rio
** 11 May 93
** $Id: $
*/
#ifndef table_h
@@ -33,6 +32,7 @@ void lua_markobject (Object *o);
char *lua_createstring (char *s);
void *lua_createarray (void *a);
int lua_addfile (char *fn);
int lua_delfile (void);
char *lua_filename (void);
void lua_nextvar (void);