mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
os: make rm
return an optional
This commit is contained in:
@ -291,7 +291,7 @@ fn C._putenv() int
|
||||
fn C._waccess() int
|
||||
|
||||
|
||||
fn C._wremove()
|
||||
fn C._wremove() int
|
||||
|
||||
|
||||
fn C.ReadConsole() voidptr
|
||||
|
Reference in New Issue
Block a user