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