allow for 32/64 bit builds
[tridge/junkcode.git] / debug.c
1 #include <stdio.h>
2
3
4 int Debug(const char *format, ...)
5 {
6         
7 }