ba1fc0ebf5f55c997df6d31e7ca17367b9e31124
[familia.git] / debug.c
1 #include <stdio.h>
2
3 void debug(const char * text) {
4         fprintf(stderr, " > %s\n", text);
5 }