repo.or.cz
/
netsniff-ng.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
man: improvements to language for astraceroute.8
[netsniff-ng.git]
/
ioexact.h
blob
6234e8ecdb23620d1852ba90eb45f8ab3828bc16
1
#ifndef IOEXACT_H
2
#define IOEXACT_H
3
4
extern
ssize_t
read_exact
(
int
fd
,
void
*
buf
,
size_t
len
,
int
mayexit
);
5
extern
ssize_t
write_exact
(
int
fd
,
void
*
buf
,
size_t
len
,
int
mayexit
);
6
7
#endif
/* IOEXACT_H */