Query: stralloc_copys
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
stralloc_copys(3) Library Functions Manual stralloc_copys(3)NAMEstralloc_copys - copy data into a strallocSYNTAX#include <stralloc.h> int stralloc_copys(stralloc* sa,const char* buf);DESCRIPTIONstralloc_copys copies a -terminated string from buf into sa, without the . It is the same as stralloc_copyb(&sa, buf, str_len(buf)). The data that sa previously contained is overwritten and truncated. If stralloc_copys runs out of memory, stralloc_copys leaves sa alone and return 0, otherwise it returns 1.RETURN VALUE1 for success, 0 on memory allocation failure.SEE ALSOstralloc_copyb(3) stralloc_copys(3)
| Related Man Pages |
|---|
| ctermid_r(3) - mojave |
| buffer_get_new_token_sa_pred(3) - debian |
| io_waitread(3) - debian |
| strcat(3) - netbsd |
| copylist(3gen) - sunos |
| Similar Topics in the Unix Linux Community |
|---|
| Help with djbdns code |