lbuiltin.h 231 B

123456789101112131415
  1. /*
  2. ** $Id: lbuiltin.h,v 1.1 1997/09/16 19:25:59 roberto Exp roberto $
  3. ** Built-in functions
  4. ** See Copyright Notice in lua.h
  5. */
  6. #ifndef lbuiltin_h
  7. #define lbuiltin_h
  8. #include "lua.h"
  9. void luaB_predefine (lua_State *L);
  10. #endif