1
0
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:
pancake
2020-07-24 09:17:32 +02:00
committed by GitHub
parent 921b5cddd0
commit 04ef2a2671
5 changed files with 19 additions and 12 deletions

View File

@ -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