libtools
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 */
int sendfile(int sockfd, const char *path, size_t size)
Send file to the socket.