Xref: utzoo comp.sources.wanted:6318 comp.unix.questions:11623 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!bloom-beacon!apple!rutgers!cmcl2!adm!smoke!gwyn From: gwyn@smoke.BRL.MIL (Doug Gwyn ) Newsgroups: comp.sources.wanted,comp.unix.questions Subject: Re: Strtok def. needed Message-ID: <9643@smoke.BRL.MIL> Date: 10 Feb 89 16:36:19 GMT References: <820@psc90.UUCP> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) Distribution: na Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 10 In article <820@psc90.UUCP> netnews@psc90.UUCP (Remote mail paths) writes: >I need a definition for strtok for BSD. Example of what I need is >strchr = rindex and >strrchr= rrindex There is no such equivalent for strtok() in 4.2BSD. I think 4.3BSD provides strtok(). There is at least one public domain implementation of the str*() functions (by Henry Spencer) that you should be able to obtain from a source archive site.