Finds the index of the first occurrence of the search string in the specified string.
#include <string.h>
char *strindex (
const char *s1,
const char *search);
(IN) Points to the string to scan.
(IN) Points to string to find in the scanned string.
Returns one of the following values:
Starting with NetWare 6.5 SP2, NetWare 6.0 SP5, and NetWare 5.1 SP8, this function is only available when the NLM is linked with the POSIX semantics flag.