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