5 lines
79 B
C
5 lines
79 B
C
typedef struct data {
|
|
char *file_name;
|
|
unsigned char file_type;
|
|
} file_data;
|