You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
282 B
Groff

.TH str_start 3
.SH NAME
str_start \- compare prefixes of strings
.SH SYNTAX
.B #include <libowfat/str.h>
size_t \fBstr_start\fP(const char* \fIa\fR,const char* \fIb\fR);
.SH DESCRIPTION
str_start returns 1 if \fIb\fR is a prefix of \fIa\fR, 0 otherwise.
.SH "SEE ALSO"
strncmp(3)