Files
libstb-hal/libtriple/lt_debug.h
2011-11-06 16:13:03 +01:00

5 lines
86 B
C

#ifndef __LT_DEBUG_H
#define __LT_DEBUG_H
void lt_debug(const char *fmt, ...);
#endif