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;