
when opening client  - must give its hostname and port number of server


#include "ss.h"

SOCKET *ssp, *csp;                                         server and client
CLIST *prev;                                               a client list

SOCKET * ConnectSock( SERVER_HOSTNAME, PORT_NUMBER );      SS_NULL if failed
SockWrites(buffer, ssp);
SockClose(ssp);

sleep(2);
int getpid();                                              as used by ps command

