From 3573488ef227bd7719eae892c72784cace95ffd4 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Sat, 12 Mar 2005 00:19:13 +0000 Subject: cyclone alpha54 and toxy alpha16 (see notes.txt for cyclone, toxy and shared) svn path=/trunk/externals/miXed/; revision=2618 --- shared/common/loud.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'shared/common/loud.c') diff --git a/shared/common/loud.c b/shared/common/loud.c index d87d3c0..e1e921d 100644 --- a/shared/common/loud.c +++ b/shared/common/loud.c @@ -366,6 +366,14 @@ void loudbug_startpost(char *fmt, ...) #endif } +void loudbug_stringpost(char *s) +{ + fputs(s, stderr); +#ifdef MSW + fflush(stderr); +#endif +} + void loudbug_endpost(void) { fputs("\n", stderr); -- cgit v1.2.1