xref: /freebsd/libexec/flua/modules/lposix.h (revision e47161e5f1f01ef300c6e7efdb9c92e3a6c497ff)
1 /*-
2  *
3  * This file is in the public domain.
4  */
5 
6 #pragma once
7 
8 #include <lua.h>
9 
10 int luaopen_posix_sys_stat(lua_State *L);
11 int luaopen_posix_sys_utsname(lua_State *L);
12 int luaopen_posix_unistd(lua_State *L);
13