mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
os: mkdir syscall on linux
This commit is contained in:
@@ -31,14 +31,8 @@ pub const (
|
||||
MAX_PATH = 4096
|
||||
)
|
||||
|
||||
/*
|
||||
struct C.FILE {
|
||||
|
||||
}
|
||||
*/
|
||||
|
||||
pub struct File {
|
||||
cfile voidptr
|
||||
cfile voidptr // Using void* instead of FILE*
|
||||
}
|
||||
|
||||
struct FileInfo {
|
||||
|
||||
Reference in New Issue
Block a user