stralloc_starts(3) Library Functions Manual stralloc_starts(3)NAMEstralloc_starts - check if string is prefix of strallocSYNTAX#include <stralloc.h> int stralloc_starts(stralloc* sa,const char* in);DESCRIPTIONstralloc_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 VALUE1 if in is a prefix of sa, otherwise 0.SEE ALSOstr_starts(3) stralloc_starts(3)
| Related Man Pages |
|---|
| humanize_number(3) - debian |
| textutil_string(3tcl) - debian |
| textutil_string(n) - suse |
| textutil_string(n) - osx |
| xmlwriter_write_element_ns(3) - php |
| Similar Topics in the Unix Linux Community |
|---|
| Weird 'find' results |
| A (ksh) Library For and From UNIX.com |
| New UNIX and Linux History Sections |
| My first PERL incarnation... Audio Oscillograph |