Added os.system() to the os.* library

This commit is contained in:
2021-03-20 01:02:13 -05:00
committed by cpunch
parent 012d3702bf
commit d13cc398c8
2 changed files with 22 additions and 2 deletions

View File

@@ -19,6 +19,7 @@ COSMO_API void cosmoB_loadObjLib(CState *state);
/* loads the os library, including:
- os.read()
- os.system()
- os.time()
*/
COSMO_API void cosmoB_loadOSLib(CState *state);