X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=src%2Fx.h;h=b3384af43d93b37aad0a96523cef97d2f616ab66;hb=84db9bf52aa25c19f7d547ea2dbec69ca4452300;hp=868a5674689ee90f4e52a1c59f3dd9dccaabfffd;hpb=ded32923a25488449be27687013845d7fa0e9e5e;p=ttt diff --git a/src/x.h b/src/x.h index 868a567..b3384af 100644 --- a/src/x.h +++ b/src/x.h @@ -76,4 +76,10 @@ xselect (int n, fd_set *exceptfds, struct timeval *timeout); +ssize_t +xread (int fd, void *buf, size_t count); + +ssize_t +xwrite (int fd, const void *buf, size_t count); + #endif /* _X_H_ */