rpm/lua/local/lposix.h

8 lines
96 B
C

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