Rolodex bugs

Doug Gwyn gwyn at brl-smoke.ARPA
Sun Mar 20 11:12:23 AEST 1988


In article <1094 at mimir.dmt.oz> paz at mimir.dmt.oz (Paul Zemancheff) writes:
>	Re: My previous news item.  " strchr() " is a function, not a variable.
>The code for this function does not appear ( at least I can't find it.) in any
>of the sources for Rolodex. The question is, whether it should be in one of
>the source files, or if it is expected be in one of the function libraries.

strchr() is a standard C library function.  If your implementation
doesn't have it, perhaps it has index(), which is the same except for
the function name.  Also note that strrchr()'s obsolete equivalent is
rindex().



More information about the Comp.sources.bugs mailing list