sbn.cassigment/work1/person_tag.h

6 lines
59 B
C

struct person_tag
{
char name[20];
char id[10];
};