Xref: utzoo comp.sources.bugs:862 comp.bugs.misc:103 Path: utzoo!mnetor!uunet!husc6!cmcl2!brl-adm!brl-smoke!gwyn From: gwyn@brl-smoke.ARPA (Doug Gwyn ) Newsgroups: comp.sources.bugs,comp.bugs.misc Subject: Re: Rolodex bugs Message-ID: <7475@brl-smoke.ARPA> Date: 20 Mar 88 01:12:23 GMT References: <1094@mimir.dmt.oz> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 10 Keywords: Rolodex bugs strchr In article <1094@mimir.dmt.oz> paz@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().