#include <nitroWiFi/cps.h>
int CPS_SocGetChar (void);
None.
Input character.
Waits for a single character entry, and then returns that character. If the connection ends, returns EOF. This blocks.
CPS_SocGets
10/21/2005 Initial version.