struct file_t { char name[32]; int size; char data[size]; };