Query: stralloc_starts
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
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 |
|---|
| textutil_string(n) - mojave |
| buffer_get_token_sa_pred(3) - debian |
| dehumanize_number(3) - debian |
| stralloc(3) - debian |
| humanize_number(3) - netbsd |
| Similar Topics in the Unix Linux Community |
|---|
| awk or sed - Convert 2 lines to 1 line |
| Introduction |
| Detecting unused variables... |
| Weird 'find' results |
| How to copy a column of multiple files and paste into new excel file (next to column)? |