Query: stralloc_catulong0
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
stralloc_catulong0(3) Library Functions Manual stralloc_catulong0(3)NAMEstralloc_catulong0 - append an integer to a strallocSYNTAX#include <stralloc.h> int stralloc_catulong0(stralloc* sa, unsigned long int in, size_t n);DESCRIPTIONstralloc_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 VALUE1 for success, 0 on memory allocation failure.SEE ALSOfmt_ulong0(3) stralloc_catulong0(3)
| Related Man Pages | 
|---|
| posix_memalign(3) - mojave | 
| buffer_get_new_token_sa_pred(3) - debian | 
| calloc(3) - netbsd | 
| malloc(3) - netbsd | 
| posix_memalign(3) - osx | 
| Similar Topics in the Unix Linux Community | 
|---|
| Is UNIX an open source OS ? | 
| One instance of comparing grep and awk | 
| Weird 'find' results | 
| A (ksh) Library For and From UNIX.com | 
| My first PERL incarnation... Audio Oscillograph |