mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
5 lines
86 B
C
5 lines
86 B
C
#ifndef __LT_DEBUG_H
|
|
#define __LT_DEBUG_H
|
|
void lt_debug(const char *fmt, ...);
|
|
#endif
|