mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-15 22:32:19 +03:00
a6555549ee
To be able to eventually refactor/extend `system` function: to be able to specify a directory, environment variables, specify arguments as array etc. Ideally it should be something like Rust [`std::process::Command`](https://doc.rust-lang.org/std/process/struct.Command.html).
4 lines
54 B
C
4 lines
54 B
C
#pragma once
|
|
|
|
int idris2_system(const char* command);
|