You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
350 B

  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