1 2 3 4 5 6 7 8 9 10
/*- * * This file is in the public domain. */ #pragma once #include <lua.h> int luaopen_posix(lua_State *L);