Name
yw_string_idx -- find character in string
Synopsis
int yw_string_idx
(const YwString *str,
uint32_t ch);
DESCRIPTION
This function looks for first occurance of ch in str.
RETURN VALUE
Zero based index of character is returned, or
-1 if it is not found.
INFO
Generated from: string.c,v 1.6 2001/05/23 08:46:01 malekith Exp.