[info.] 2004 여름 / 네트워크 프로그래밍(경북대) / 고석주 교수님 using : C / Linux / TCP/IP / Multi-threads / thread-synchronization(mutex) [Makefile] all : zchat_serv zchat_clnt zchat_serv : zchat_serv.c zchat.h gcc -o zchat_serv zchat_serv.c -D_REENTRANT -lpthread zchat_clnt : zchat_clnt.c zchat.h gcc -o zchat_clnt zchat_clnt.c -D_REENTRANT -lpthread [zchat.h] /** Z-Chat Header File zzun hello82@unitel.co.kr http:..