Automatically set parent family in individual, when adding child to the family.
[familia.git] / src / debug.c
1 #include <stdio.h>
2
3 void debug(const char * text) {
4         fprintf(stderr, " > %s\n", text);
5 }