代码搜索:lsocket

找到约 664 项符合「lsocket」的源代码

代码结果 664
www.eeworm.com/read/213147/4929516

svn-base lsocket.h.svn-base

END
www.eeworm.com/read/213147/4929518

svn-base lsocket.cpp.svn-base

END
www.eeworm.com/read/213147/4929521

svn-work lsocket.h.svn-work

END
www.eeworm.com/read/213147/4929524

svn-work lsocket.cpp.svn-work

END
www.eeworm.com/read/213147/4929525

svn-base lsocket.h.svn-base

// ------------------------------------------------ // File : wsocket.h // Date: 4-apr-2002 // Author: giles // Desc: // see .cpp for details // // (c) 2002 peercast.org // -----------------------
www.eeworm.com/read/213147/4929527

svn-base lsocket.cpp.svn-base

// ------------------------------------------------ // File : lsocket.cpp // Date: 4-apr-2002 // Author: giles // Desc: // Linux version of ClientSocket. Handles the nitty gritty of actually // rea
www.eeworm.com/read/481033/6655748

sh getlibs.sh

#!/bin/sh # Get a list of the system libraries that need to be linked with cryptlib. # Make sure that we've been given a single argument consisting of the OS name. if [ "$1" = "" ] ; then ech
www.eeworm.com/read/100710/15866551

readme

To compile (Linux): cc -o sock sock.c -Wall On Solaris: cc -o sock sock.c -lsocket -Wall
www.eeworm.com/read/100710/15866556

readme

To compile (Linux): cc -o fsock fsock.c -Wall On Solaris: cc -o fsock fsock.c -lsocket -Wall
www.eeworm.com/read/469590/6932112

makefile

.c.o: gcc -c -Wall $< LIBS= -lsocket -lnsl tcpclient: tcpclient.o gcc -o tcpclient tcpclient.o ${LIBS} clean: rm *.o tcpclient *~