1/*-
2 *
3 * This file is in the public domain.
4 */
5/* $FreeBSD: stable/11/libexec/flua/modules/lposix.h 354833 2019-11-18 23:21:13Z kevans $ */
6
7#pragma once
8
9#include <lua.h>
10
11int luaopen_posix_unistd(lua_State *L);
12