mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
os: implement os.system for iOS and uncomment the $if ios
blocks (#5947)
This commit is contained in:
@ -68,6 +68,8 @@ fn C.fclose() int
|
||||
fn C.pclose() int
|
||||
|
||||
fn C.system() int
|
||||
fn C.posix_spawn(&int, charptr, voidptr, voidptr, &charptr, voidptr) int
|
||||
fn C.waitpid(int, voidptr, int) int
|
||||
|
||||
fn C.setenv(charptr) int
|
||||
|
||||
|
Reference in New Issue
Block a user