mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
This commit is contained in:

committed by
GitHub

parent
50820105a1
commit
721328ef58
@@ -122,7 +122,7 @@ fn C.chdir(path &char) int
|
||||
|
||||
fn C.rewind(stream &C.FILE) int
|
||||
|
||||
fn C.ftell(&C.FILE) int
|
||||
fn C.ftell(&C.FILE) isize
|
||||
|
||||
fn C.stat(&char, voidptr) int
|
||||
|
||||
|
Reference in New Issue
Block a user