mirror of
https://gittea.dev/nova/th.git
synced 2025-10-21 10:20:15 -04:00
5 lines
79 B
C
5 lines
79 B
C
typedef struct data {
|
|
char *file_name;
|
|
unsigned char file_type;
|
|
} file_data;
|