diff options
Diffstat (limited to 'lib/ccdbg-debug.c')
-rw-r--r-- | lib/ccdbg-debug.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ccdbg-debug.c b/lib/ccdbg-debug.c index 2e67bc8d..8f6f9e11 100644 --- a/lib/ccdbg-debug.c +++ b/lib/ccdbg-debug.c @@ -45,3 +45,9 @@ ccdbg_debug(int level, char *format, ...) va_end(ap); } } + +void +ccdbg_flush(void) +{ + fflush(stdout); +} |