mirror of
https://github.com/lua/lua
synced 2024-11-22 21:01:26 +03:00
15 lines
149 B
C
15 lines
149 B
C
/*
|
|
** $Id: $
|
|
** Built-in functions
|
|
** See Copyright Notice in lua.h
|
|
*/
|
|
|
|
#ifndef lbuiltin_h
|
|
#define lbuiltin_h
|
|
|
|
|
|
void luaB_predefine (void);
|
|
|
|
|
|
#endif
|