COMSTACK cs_create(CS_TYPE type, int blocking, int protocol); |
int cs_close(COMSTACK handle); |
int cs_put(COMSTACK handle, char *buf, int len); |
int cs_get(COMSTACK handle, char **buf, int *size); |
See also the cs_more() function below.
int cs_more(COMSTACK handle); |
int cs_look(COMSTACK handle); |
int cs_fileno(COMSTACK h); |