summaryrefslogtreecommitdiff
path: root/ioexact.h
blob: 6234e8ecdb23620d1852ba90eb45f8ab3828bc16 (plain)
1
2
3
4
5
6
7
#ifndef IOEXACT_H
#define IOEXACT_H

extern ssize_t read_exact(int fd, void *buf, size_t len, int mayexit);
extern ssize_t write_exact(int fd, void *buf, size_t len, int mayexit);

#endif /* IOEXACT_H */
?h=nds-private-remove&id=ea6da4fd388a1eeab30d64da3eab3c5338714c74&showmsg=1'>Expand)AuthorFilesLines