freebsd-dev/libexec/flua/modules/lposix.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
180 B
C
Raw Normal View History

/*-
*
* This file is in the public domain.
*/
/* $FreeBSD$ */
#pragma once
#include <lua.h>
int luaopen_posix_sys_stat(lua_State *L);
int luaopen_posix_unistd(lua_State *L);