stralloc_catlong0(3) - Linux man page
Name
stralloc_catlong0 - append an integer to a strallocSyntax
#include <stralloc.h>int stralloc_catlong0(stralloc* sa, unsigned long int in, size_t n);
Description
stralloc_catlong0 converts in to a string using fmt_long0 and appends the result to sa, allocating memory as necessary.If there was a memory allocation failure, stralloc_catlong0 returns 0, else 1.