yw_string_idx

Name

yw_string_idx -- find character in string

Synopsis


     #include <yw/string.h>
   

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.

SEE ALSO

strchr (3),

INFO

Generated from: string.c,v 1.6 2001/05/23 08:46:01 malekith Exp.