Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
stralloc_copys(3)	   Library Functions Manual	     stralloc_copys(3)

NAME
       stralloc_copys -	copy data into a stralloc

SYNTAX
       #include	<libowfat/stralloc.h>

       int stralloc_copys(stralloc* sa,const char* buf);

DESCRIPTION
       stralloc_copys  copies a	\0-terminated string from buf into sa, without
       the \0. 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 VALUE
       1 for success, 0	on memory allocation failure.

SEE ALSO
       stralloc_copyb(3)

							     stralloc_copys(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=libowfat_stralloc_copys&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help