-
Notifications
You must be signed in to change notification settings - Fork 56
MTY_FileList
chrisd1100 edited this page Aug 25, 2022
·
1 revision
A list of files.
typedef struct {
MTY_FileDesc * files;
uint32_t len;
} MTY_FileList;
files
(MTY_FileDesc *
)
List of file descriptions.
len
(uint32_t
)
Number of elements in files
.