libtools
Main Page
Modules
Classes
Files
File List
File Members
tools
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 */
recvline
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
Generated by
1.8.11