root/libexec/flua/modules/lposix.h
/*-
 *
 * This file is in the public domain.
 */

#pragma once

#include <lua.h>

int luaopen_posix(lua_State *L);