mirror of
https://github.com/arabine/open-story-teller.git
synced 2025-12-06 17:09:06 +01:00
7 lines
82 B
C
7 lines
82 B
C
#ifndef DEBUG_H
|
|
#define DEBUG_H
|
|
|
|
void debug_printf(char const *fmt, ...);
|
|
|
|
#endif
|