compat-5.1.h 350 B

12345678910111213
  1. /*
  2. ** Compat-5.1
  3. ** Copyright Kepler Project 2004-2006 (http://www.keplerproject.org/compat/)
  4. ** $Id: compat-5.1.h,v 1.8 2006/02/20 21:12:47 carregal Exp $
  5. */
  6. #ifndef COMPAT_H
  7. LUALIB_API void luaL_module(lua_State *L, const char *libname,
  8. const luaL_reg *l, int nup);
  9. #define luaL_openlib luaL_module
  10. #endif