debug_print_float 16 include/debug.h void debug_print_float( char *fmt, float val ); debug_print_float 33 include/debug.h #define DLOG_FLOAT(s,v) debug_print_float(s,v)