open-story-teller/software/system/debug.h
2023-04-18 16:20:41 +02:00

7 lines
82 B
C

#ifndef DEBUG_H
#define DEBUG_H
void debug_printf(char const *fmt, ...);
#endif