1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

os: add Process (#6786)

This commit is contained in:
Delyan Angelov
2020-11-16 18:32:50 +02:00
committed by GitHub
parent 8e473181ed
commit d633261a99
9 changed files with 701 additions and 135 deletions

View File

@@ -38,8 +38,6 @@ fn C.tcsetattr() int
fn C.raise()
fn C.kill(int, int) int
fn C.getppid() int
// Enable the raw mode of the terminal