add long long buffer routines

add tai64 and tai6464 typedefs
add error message buffer routines
add io timeout routines
This commit is contained in:
leitner
2003-09-05 21:09:14 +00:00
parent e14b48d8b3
commit 63e070c1cb
25 changed files with 318 additions and 55 deletions

13
buffer/buffer_puterror2.3 Normal file
View File

@@ -0,0 +1,13 @@
.TH buffer_puterror2 3
.SH NAME
buffer_puterror2 \- write error string to buffer and flush
.SH SYNTAX
.B #include <buffer.h>
int \fBbuffer_puterror2\fP(buffer* \fIb\fR,int \fIerrnum\fR);
.SH DESCRIPTION
buffer_puterror2 writes the error message corresponding to the error
number in \fIerrnum\fR to the buffer (e.g. "No such file or directory"
for ENOENT).
.SH "SEE ALSO"
buffer_puterror(3), buffer_puts(3), buffer_put(3), buffer_flush(3), buffer(3)