swrap_recv
#define recv(s,buf,len,flags) swrap_recv(s,buf,len,flags)
ssize_t swrap_recv(int s, void *buf, size_t len, int flags);