lbuiltin.h 149 B

1234567891011121314
  1. /*
  2. ** $Id: $
  3. ** Built-in functions
  4. ** See Copyright Notice in lua.h
  5. */
  6. #ifndef lbuiltin_h
  7. #define lbuiltin_h
  8. void luaB_predefine (void);
  9. #endif