14 lines
147 B
C
14 lines
147 B
C
/*
|
|
** $Id$
|
|
** Built-in functions
|
|
** See Copyright Notice in lua.h
|
|
*/
|
|
|
|
#ifndef lbuiltin_h
|
|
#define lbuiltin_h
|
|
|
|
|
|
void luaB_predefine (void);
|
|
|
|
|
|
#endif
|