1
0
mirror of https://gittea.dev/nova/th.git synced 2025-10-21 10:20:15 -04:00
Files
th/structs.h
2025-03-30 15:58:05 +02:00

5 lines
79 B
C

typedef struct data {
char *file_name;
unsigned char file_type;
} file_data;