SPC  Version 0.9.5
 All Files Functions Groups Pages
void printf ( const char *  format,
  ... 
)
inline

Print formatted data to debug device.

Writes to the debug device a sequence of data formatted as the format argument specifies. After the format parameter, the function expects a variable number of parameters.

Parameters
formatA constant string literal specifying the desired format.
Examples:
ex_abs.spc, ex_arrays.spc, ex_close.spc, ex_ctype.spc, ex_CurrentTick.spc, ex_DAC0ToA3.spc, ex_digiserial.spc, ex_exitto.spc, ex_isalnum.spc, ex_isalpha.spc, ex_iscntrl.spc, ex_isdigit.spc, ex_isgraph.spc, ex_islower.spc, ex_isprint.spc, ex_ispunct.spc, ex_isspace.spc, ex_isupper.spc, ex_isxdigit.spc, ex_open.spc, ex_printf.spc, ex_pushpop.spc, ex_read.spc, ex_rotate.spc, ex_serialout.spc, ex_sign.spc, ex_SizeOf.spc, ex_sqrt.spc, ex_systemclock.spc, ex_timer.spc, ex_tolower.spc, ex_toupper.spc, ex_wait.spc, and ex_yield.spc.