SINDEX
Section: C Library Functions (3)
Updated: 12/5/79
Index
Return to Main Contents
NAME
sindex - find instance of substring within a string
SYNOPSIS
char *sindex (big,small);
char *big,*small;
DESCRIPTION
Sindex
returns a pointer to the first occurence of the string
small
within the string
big.
If there is no such substring of
big,
then 0 is returned.
SEE ALSO
index(3)
DIAGNOSTICS
Returns 0 if no matching substring found.
BUGS
If
small
is the null string, 0 is always returned.
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- SEE ALSO
-
- DIAGNOSTICS
-
- BUGS
-
This document was created by
man2html,
using the manual pages.
Time: 10:32:37 GMT, May 26, 2025