xprintf d727b10
impl/xvdebug.h File Reference

For convenience, xvdebug.h also causes an include of xdebug.h. More...

Functions

int vdebugnl (const char *format, va_list ap)
int vdebugNonl (const char *format, va_list ap)

Detailed Description

For convenience, xvdebug.h also causes an include of xdebug.h.


Function Documentation

int vdebugnl ( const char *  format,
va_list  ap 
)
See also:
debugnl()
Parameters:
formatvfprintf() compatible format string
apvfprintf() compatible va_list
Returns:
&lt0: error
>=0: number of chars written (excluding the added newline)
int vdebugNonl ( const char *  format,
va_list  ap 
)
See also:
debugNonl()
Parameters:
formatvfprintf() compatible format string
apvfprintf() compatible va_list
Returns:
&lt0: error
>=0: number of chars written