mirror of
https://github.com/vlang/v.git
synced 2025-09-08 06:41:58 -04:00
6 lines
53 B
V
6 lines
53 B
V
module os
|
|
|
|
pub struct C.dirent {
|
|
d_name [256]char
|
|
}
|