|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.13, 2005/09/13 21:38:03 | version 1.14, 2005/11/29 03:11:59 | ||
|---|---|---|---|
|
|
||
| do { | do { | ||
| if (*str == ch) | if (*str == ch) | ||
| /* LINTED this is libc's definition! */ | return __UNCONST(str); | ||
| return (Char *)str; | |||
| } while (*str++); | } while (*str++); | ||
| return NULL; | return NULL; | ||
| } | } |