SPC  Version 0.9.5
 All Files Functions Groups Pages
int puts ( const char *  str)
inline

Write string to debug device.

Writes the string to the debug device. The null terminating character at the end of the string is not written. If there are no errors, a non-negative value is returned.

Parameters
strThe string of characters to be written.
Returns
The result code.
Examples:
ex_digiserial.spc, ex_puts.spc, ex_StartTask.spc, and t1.spc.