mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
os: cleanup code duplication for os.create and os.open
This commit is contained in:
@ -54,6 +54,9 @@ fn C.fseek() int
|
||||
fn C.fopen() voidptr
|
||||
|
||||
|
||||
fn C.fileno(voidptr) int
|
||||
|
||||
|
||||
fn C.fwrite() int
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user