#include <cross_studio_io.h> int debug_fflush(DEBUG_FILE *stream);
debug_fflush flushes any buffered output to the stream.
debug_fflush returns 0 on success and EOF if there was an error.
debug_fflush is an extension provided by CrossWorks C.