Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/libexec/flua/lposix/lposix.h
39478 views
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(lua_State *L);
11
12