With the following:
typedef struct Person_ { char* name; char* parents[2]; } Person; int main(void) { Person jack = {.name="Jack", .parents