stralloc_catulong0(3) debian man page | unix.com

Man Page: stralloc_catulong0

Operating Environment: debian

Section: 3

stralloc_catulong0(3)					     Library Functions Manual					     stralloc_catulong0(3)

NAME
stralloc_catulong0 - append an integer to a stralloc
SYNTAX
#include <stralloc.h> int stralloc_catulong0(stralloc* sa, unsigned long int in, size_t n);
DESCRIPTION
stralloc_catulong0 converts in to a string using fmt_ulong0 and appends the result to sa, allocating memory as necessary. If there was a memory allocation failure, stralloc_catulong0 returns 0, else 1.
RETURN VALUE
1 for success, 0 on memory allocation failure.
SEE ALSO
fmt_ulong0(3) stralloc_catulong0(3)
Related Man Pages
tcl_dstringappendelement(3) - mojave
buffer_get_token_sa(3) - debian
buffer_get_token_sa_pred(3) - debian
reallocf(3) - debian
stralloc(3) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Detecting unused variables...
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com