Added gedcom-parse as a submodule. Added automatic copying of m4 file in autogen.
[familia.git] / src / debug.c
1 #include <stdio.h>
2
3 void debug(const char * text) {
4         fprintf(stderr, " > %s\n", text);
5 }