Listing 3: An LZH-Light interface to a TCP library
SOCKET lzhl_socket( int af, int type, int protocol );
int lzhl_send( SOCKET s, const char* buf, int len, int flags );
int lzhl_recv( SOCKET s, char* buf, int len, int flags );
int lzhl_closesocket( SOCKET sock );
/* End of File */