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

11
buffer/buffer_puterror.3 Normal file
View File

@@ -0,0 +1,11 @@
.TH buffer_puterror 3
.SH NAME
buffer_puterror \- write error string to buffer and flush
.SH SYNTAX
.B #include <buffer.h>
int \fBbuffer_puterror\fP(buffer* \fIb\fR);
.SH DESCRIPTION
buffer_puterror is equivalent to calling buffer_puterror2 with errno.
.SH "SEE ALSO"
buffer_puterror2(3), buffer_puts(3), buffer_put(3), buffer_flush(3), buffer(3)