1
0
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:
Delyan Angelov
2020-05-19 13:38:06 +03:00
parent 03525843a0
commit 931c846602
4 changed files with 118 additions and 146 deletions

View File

@ -54,6 +54,9 @@ fn C.fseek() int
fn C.fopen() voidptr
fn C.fileno(voidptr) int
fn C.fwrite() int