X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=lib%2Fccdbg-debug.c;h=8f6f9e11a800c20bec8d764d0b87678fc6c19d7d;hb=e0697186a2f9b6139636ff5d5c162879c85caf9c;hp=2e67bc8d9d00181ff0ee3e2f7ddebb485c6098dd;hpb=9025eb792861930e6af918d2727c4f5d97a69936;p=fw%2Faltos 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); +}