rpm/luaext/lposix.h

7 lines
77 B
C

#ifndef LPOSIX_H
#define LPOSIX_H
int luaopen_posix (lua_State *L);
#endif