6 lines
76 B
C
6 lines
76 B
C
#ifndef _LUABIT_H
|
|
#define _LUABIT_H
|
|
|
|
int luaopen_bit(lua_State *L);
|
|
|
|
#endif
|