1stralloc_catulong0(3) Library Functions Manual stralloc_catulong0(3)
2
3
4
6 stralloc_catulong0 - append an integer to a stralloc
7
9 #include <stralloc.h>
10
11 int stralloc_catulong0(stralloc* sa, unsigned long int in, size_t n);
12
14 stralloc_catulong0 converts in to a string using fmt_ulong0 and appends
15 the result to sa, allocating memory as necessary.
16
17 If there was a memory allocation failure, stralloc_catulong0 returns 0,
18 else 1.
19
21 1 for success, 0 on memory allocation failure.
22
24 fmt_ulong0(3)
25
26
27
28 stralloc_catulong0(3)