mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-26 21:08:45 +08:00
✨ add framework for subprocess
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include "nasal.h"
|
||||
#include "nasal_gc.h"
|
||||
#include "natives/builtin.h"
|
||||
|
||||
namespace nasal {
|
||||
|
||||
var builtin_subprocess_run(context*, gc*);
|
||||
|
||||
extern nasal_builtin_table subprocess_native[];
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user