mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-26 21:08:45 +08:00
✨ add native functions of subprocess
This commit is contained in:
@@ -6,8 +6,11 @@
|
||||
|
||||
namespace nasal {
|
||||
|
||||
var builtin_subprocess_run(context*, gc*);
|
||||
void subprocess_destructor(void*);
|
||||
|
||||
var builtin_subprocess_popen(context*, gc*);
|
||||
var builtin_subprocess_pclose(context*, gc*);
|
||||
var builtin_subprocess_read_stdout(context*, gc*);
|
||||
extern nasal_builtin_table subprocess_native[];
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user