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:
-
format | vfprintf() compatible format string |
ap | vfprintf() compatible va_list |
- Returns:
- <0: error
>=0: number of chars written (excluding the added newline)
int vdebugNonl |
( |
const char * |
format, |
|
|
va_list |
ap |
|
) |
| |
- See also:
- debugNonl()
- Parameters:
-
format | vfprintf() compatible format string |
ap | vfprintf() compatible va_list |
- Returns:
- <0: error
>=0: number of chars written