]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - libexec/flua/modules/lposix.h
Merge ^/vendor/llvm-project/release-10.x up to its last change (upstream
[FreeBSD/FreeBSD.git] / libexec / flua / modules / lposix.h
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);