Initial import

This commit is contained in:
Jeremy Baxter 2023-06-25 16:47:09 +12:00
commit b124d99c36
155 changed files with 49639 additions and 0 deletions

9
lprocess.h Normal file
View file

@ -0,0 +1,9 @@
#ifndef _LPROCESS_H_
#define _LPROCESS_H_
#include <lua.h>
int callistoopen_process(lua_State *);
#endif