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

NAME

6       buffer_putulong  -  write a decimal ASCII representation of an unsigned
7       long integer to buffer
8

SYNTAX

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

DESCRIPTION

15       buffer_putulong is similar to passing the result of fmt_ulong  to  buf‐
16       fer_put.
17

RETURN VALUE

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

SEE ALSO

22       fmt_ulong(3), buffer_put(3), buffer_flush(3), buffer(3)
23
24
25
26                                                            buffer_putulong(3)
Impressum