{
char name[32];
mother, REF_MOTHERS_CHILDREN,
&mothersChildren);
{
father, REF_FATHERS_CHILDREN, &fathersChildren);
}
{
}
{
{
}
{
mothersChildren, COL_CHILD_CHILD_NAME, name, sizeof (name),
NULL);
{
printf ("Common child: %s\n", name);
}
}
{
}
}
return rc;
}