Name
afc_string_instr -- Search for a matching string inside a string
Synopsis
char * afc_string_instr
( const char * string, const char * match, long startpos );
Description
This function searches for the string match inside the string string.
It is possible to specify a starting point to search from inside the string
string by providing a value != 0 in startpos.
Inputs
- string
AFC string to convert.
- match
string to match inside the string
- startpos
The first char in string that could match.