Built-in functions

This commit is contained in:
Roberto Ierusalimschy
1997-09-16 16:25:59 -03:00
parent daa858ef27
commit 26c5f56ad1
4 changed files with 418 additions and 431 deletions

14
lbuiltin.h Normal file
View File

@@ -0,0 +1,14 @@
/*
** $Id: $
** Built-in functions
** See Copyright Notice in lua.h
*/
#ifndef lbuiltin_h
#define lbuiltin_h
void luaB_predefine (void);
#endif