buffer_putlong(3) debian man page | unix.com

Man Page: buffer_putlong

Operating Environment: debian

Section: 3

buffer_putlong(3)					     Library Functions Manual						 buffer_putlong(3)

NAME
buffer_putlong - write a decimal ASCII representation of a signed long integer to buffer
SYNTAX
#include <buffer.h> int buffer_putlong(buffer* b,signed long x);
DESCRIPTION
buffer_putlong is similar to passing the result of fmt_long to buffer_put.
RETURN VALUE
0 if everything is fine, -1 on error (setting errno).
SEE ALSO
fmt_long(3), buffer_put(3), buffer_flush(3), buffer(3) buffer_putlong(3)
Related Man Pages
buffer_get_token_sa(3) - debian
ldns_sign_public_dsa(3) - debian
ldns_sign_public_rsasha1(3) - debian
ldns_sign_public_rsasha1(3) - centos
ldns_sign_public_dsa(3) - centos
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?