#include <nitroWiFi/cps.h>
void CPS_SocPutChar(char c);
c |
Output character |
None.
Outputs a single character. The buffer address must be set to outbuf
of CPSSoc
. Buffering continues until outbuf
is full. This blocks.
CPS_SocPuts
, CPS_SocPrintf
, CPS_SocFlush
, CPSSoc
10/21/2005 Initial version.