v / vlib / os
Raw file | 5 loc (4 sloc) | 49 bytes | Latest commit hash eed94c727
1module os
2
3struct C.dirent {
4 d_name [256]char
5}