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