STLMATCH
Section: C Library Functions (3)
Updated: 12/5/79
Index
Return to Main Contents
NAME
stlmatch - match initial characters of string
SYNOPSIS
int stlmatch (big,small);
char *big,*small;
DESCRIPTION
Stlmatch
returns 1 iff the initial characters of the string
big
are identical with the entire string
small.
Otherwise, 0 is returned.
EXAMPLE
stlmatch (a,"my name is")
-
will return 1 iff the string a begins with the characters
"my name is".
SEE ALSO
strcmp(3),
sindex(3),
stablk(3),
srchscore(3)
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- EXAMPLE
-
- SEE ALSO
-
This document was created by
man2html,
using the manual pages.
Time: 10:32:28 GMT, May 26, 2025