File: rwfd.h

package info (click to toggle)
sfs 1%3A0.5k-8
  • links: PTS
  • area: main
  • in suites: woody
  • size: 5,388 kB
  • ctags: 8,556
  • sloc: cpp: 43,410; ansic: 17,574; sh: 8,412; makefile: 771; yacc: 277; lex: 96; sed: 47
file content (10 lines) | stat: -rw-r--r-- 347 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
#ifdef __cplusplus
extern "C" {
#endif  
  ssize_t readvfd (int fd, const struct iovec *iov, int iovcnt, int *rfdp);
  ssize_t writevfd (int fd, const struct iovec *iov, int iovcnt, int wfd);
  ssize_t readfd (int fd, void *buf, size_t len, int *rfdp);
  ssize_t writefd (int fd, const void *buf, size_t len, int wfd);
#ifdef __cplusplus
}
#endif