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

os: change os.mv/2 return type to ? (#7738)

This commit is contained in:
yuyi
2020-12-31 17:33:39 +08:00
committed by GitHub
parent 64e7c54884
commit 7ce3c5e206
2 changed files with 10 additions and 4 deletions

View File

@@ -235,7 +235,7 @@ fn C.WideCharToMultiByte() int
fn C._wstat()
fn C._wrename()
fn C._wrename() int
fn C._wfopen() voidptr