Query: stralloc_catlong0
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
stralloc_catlong0(3) Library Functions Manual stralloc_catlong0(3)NAMEstralloc_catlong0 - append an integer to a strallocSYNTAX#include <stralloc.h> int stralloc_catlong0(stralloc* sa, unsigned long int in, size_t n);DESCRIPTIONstralloc_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.RETURN VALUE1 for success, 0 on memory allocation failure.SEE ALSOfmt_long0(3) stralloc_catlong0(3)
Related Man Pages |
---|
tcl_dstringappend(3) - mojave |
reallocf(3) - debian |
stralloc(3) - debian |
calloc(3) - netbsd |
malloc(3) - netbsd |
Similar Topics in the Unix Linux Community |
---|
Introduction |
Detecting unused variables... |
Find columns in a file based on header and print to new file |
Weird 'find' results |
My first PERL incarnation... Audio Oscillograph |