Synopsis
#include <cross_studio_io.h>
int debug_vfprintf(DEBUG_FILE *, const char *fmt, va_list ap);
Description

debug_vfprintf behaves the same as debug_fprintf but takes the variable argument list in ap.

Portability

debug_vfprintf is an extension provided by CrossWorks C.