buffer_puterror2(3) debian man page | unix.com

Man Page: buffer_puterror2

Operating Environment: debian

Section: 3

buffer_puterror2(3)					     Library Functions Manual					       buffer_puterror2(3)

NAME
buffer_puterror2 - write error string to buffer and flush
SYNTAX
#include <buffer.h> int buffer_puterror2(buffer* b,int errnum);
DESCRIPTION
buffer_puterror2 writes the error message corresponding to the error number in errnum to the buffer (e.g. "No such file or directory" for ENOENT).
RETURN VALUE
0 if everything is fine, -1 on error (setting errno).
SEE ALSO
buffer_puterror(3), buffer_puts(3), buffer_put(3), buffer_flush(3), buffer(3) buffer_puterror2(3)
Related Man Pages
strerror(3c) - opensolaris
strerror_r(3c) - opensolaris
perror(3c) - hpux
sys_nerr(3c) - hpux
strerror(3) - osf1
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Is UNIX an open source OS ?
Detecting unused variables...
Weird 'find' results
A (ksh) Library For and From UNIX.com