mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
os: move C struct declarations in their own _default.c.v files (#12268)
This commit is contained in:
5
vlib/os/os_structs_dirent_default.c.v
Normal file
5
vlib/os/os_structs_dirent_default.c.v
Normal file
@@ -0,0 +1,5 @@
|
||||
module os
|
||||
|
||||
struct C.dirent {
|
||||
d_name [256]char
|
||||
}
|
||||
Reference in New Issue
Block a user