libtools
recvline.h
Go to the documentation of this file.
1 
20 #ifndef __TOOLS_RECVLINE_H
21 #define __TOOLS_RECVLINE_H
22 
23 #include <stddef.h>
24 
45 ssize_t recvline(int fd, char *buf, size_t size, const char *d, size_t dlen);
46 
49 #endif /* __TOOLS_RECVLINE_H */
ssize_t recvline(int fd, char *buf, size_t size, const char *d, size_t dlen)
receive data from socket until delimiter is not reached