dvprintf
extern void dvprintf(const char *format, va_list args);
# define __outv dvprintf
dvprintf(fmt, args);
dvprintf(format, ap);