This website requires JavaScript.
Explore
Help
Sign In
idris-lang
/
Idris2
Watch
1
Star
1
Fork
0
You've already forked Idris2
mirror of
https://github.com/idris-lang/Idris2.git
synced
2024-12-01 09:49:24 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
c5c842726a
Idris2
/
support
/
c
/
idris_system.h
4 lines
54 B
C
Raw
Normal View
History
Unescape
Escape
Route System.prim__system through C function 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).
2021-06-27 09:27:22 +03:00
#
pragma once
[ lint ] once and for all
2022-09-21 13:13:15 +03:00
int
idris2_system
(
const
char
*
command
)
;
Reference in New Issue
Copy Permalink