libtools
Main Page
Modules
Classes
Files
File List
File Members
tools
sendfile.h
Go to the documentation of this file.
1
20
#ifndef __TOOLS_SENDFILE_H
21
#define __TOOLS_SENDFILE_H
22
43
int
sendfile
(
int
sockfd,
const
char
*path,
size_t
size);
44
47
#endif
/* __TOOLS_SENDFILE_H */
sendfile
int sendfile(int sockfd, const char *path, size_t size)
Send file to the socket.
Generated by
1.8.11