1buffer_putxlong(3)         Library Functions Manual         buffer_putxlong(3)
2
3
4

NAME

6       buffer_putxlong  -  write  a  hexidecimal  ASCII  representation  of an
7       unsigned long integer to buffer
8

SYNTAX

10       #include <buffer.h>
11
12       int buffer_putxlong(buffer* b,unsigned long x);
13

DESCRIPTION

15       buffer_putxlong is similar to passing the result of fmt_xlong  to  buf‐
16       fer_put.
17

RETURN VALUE

19       0 if everything is fine, -1 on error (setting errno).
20

SEE ALSO

22       fmt_xlong(3), buffer_put(3), buffer_flush(3), buffer(3)
23
24
25
26                                                            buffer_putxlong(3)
Impressum