[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Source position: mselibc.pas line 2057
type dirent64 = record |
d_fileno: cuint32; |
d_reclen: cuint16; |
d_type: cuint8; |
d_namlen: cuint8; |
d_name: array [0..255] of Char; |
end; |