Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 139 Bytes

SP.md

File metadata and controls

11 lines (6 loc) · 139 Bytes

SocketPair

sockpair

线程版本

gcc socketpair.c -lpthread

进程版本

gcc socketpair.c -DFORK_VERSION