struct date { int day; int month; int year; } struct my_record_type { long key; int size; char text[128]; struct date birthdate; }