libtools
recvall.h
Go to the documentation of this file.
1 
20 #ifndef __TOOLS_RECVALL_H
21 #define __TOOLS_RECVALL_H
22 
23 #include <stddef.h>
24 
41 ssize_t recvall(int sockfd, void *buf, size_t len, int flags);
42 
45 #endif /* __TOOLS_RECVALL_H */
ssize_t recvall(int sockfd, void *buf, size_t len, int flags)
read buffer from socket descriptor