stralloc_starts(3) debian man page | unix.com

Man Page: stralloc_starts

Operating Environment: debian

Section: 3

stralloc_starts(3)					     Library Functions Manual						stralloc_starts(3)

NAME
stralloc_starts - check if string is prefix of stralloc
SYNTAX
#include <stralloc.h> int stralloc_starts(stralloc* sa,const char* in);
DESCRIPTION
stralloc_starts returns 1 if the -terminated string in in, without the terminating , is a prefix of the string stored in sa. Otherwise it returns 0. sa must already be allocated.
RETURN VALUE
1 if in is a prefix of sa, otherwise 0.
SEE ALSO
str_starts(3) stralloc_starts(3)
Related Man Pages
dehumanize_number(3) - debian
humanize_number(3) - debian
textutil_string(3tcl) - debian
textutil_string(n) - suse
xmlwriter_write_element_ns(3) - php
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
One instance of comparing grep and awk
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?