yw_strchr

Name

yw_strchr -- locate character in string

Synopsis


     #include <yw/util.h>
   

char *yw_strchr(const char *s, int c);

DESCRIPTION

This function returns pointer to the first occurence of character c in string s. It's placed here, as it's non-ANSI.

RETURN VALUE

Pointer to character found or NULL.

INFO

Generated from: util.c,v 1.4 2001/05/11 10:38:05 malekith Exp.