1
0
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:
Lukas Neubert
2020-06-24 14:01:19 +02:00
committed by GitHub
parent 7665114ded
commit 30169f86c1
2 changed files with 13 additions and 4 deletions

View File

@ -291,7 +291,7 @@ fn C._putenv() int
fn C._waccess() int
fn C._wremove()
fn C._wremove() int
fn C.ReadConsole() voidptr