1
0
mirror of https://github.com/lua/lua.git synced 2025-01-14 05:43:00 +08:00
lua/lbuiltin.h

16 lines
231 B
C
Raw Normal View History

1997-09-16 16:25:59 -03:00
/*
** $Id: lbuiltin.h,v 1.1 1997/09/16 19:25:59 roberto Exp roberto $
1997-09-16 16:25:59 -03:00
** Built-in functions
** See Copyright Notice in lua.h
*/
#ifndef lbuiltin_h
#define lbuiltin_h
#include "lua.h"
1997-09-16 16:25:59 -03:00
void luaB_predefine (lua_State *L);
1997-09-16 16:25:59 -03:00
#endif