mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
os: add new function os.loginname(), improve some error messages (#9794)
This commit is contained in:
@ -267,7 +267,7 @@ fn C.wcslen(str &u16) int
|
||||
|
||||
fn C.WideCharToMultiByte(codePage u32, dwFlags u32, lpWideCharStr &u16, cchWideChar int, lpMultiByteStr &char, cbMultiByte int, lpDefaultChar &char, lpUsedDefaultChar &int) int
|
||||
|
||||
fn C._wstat(path &u16, buffer &C._stat)
|
||||
fn C._wstat(path &u16, buffer &C._stat) int
|
||||
|
||||
fn C._wrename(oldname &u16, newname &u16) int
|
||||
|
||||
|
Reference in New Issue
Block a user