1buffer_putxlong(3) Library Functions Manual buffer_putxlong(3)
23
4
NAME
6buffer_putxlong - write a hexidecimal ASCII representation of an
7unsigned long integer to buffer
8
SYNTAX
10#include <buffer.h>
1112
int buffer_putxlong(buffer* b,unsigned long x);
13
DESCRIPTION
15buffer_putxlong is similar to passing the result of fmt_xlong to buf‐
16fer_put.
17
RETURN VALUE
190 if everything is fine, -1 on error (setting errno).
20
SEE ALSO
22fmt_xlong(3), buffer_put(3), buffer_flush(3), buffer(3)
2324
25
26
buffer_putxlong(3)