Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!hplabs!hpda!hpcuhc!hpausla!hparc0!graham From: graham@hparc0.HP.COM (Graham Eddy) Newsgroups: comp.sys.hp Subject: Re: BSD rindex, etc. Message-ID: <1510008@hparc0.HP.COM> Date: 27 Sep 90 16:35:59 GMT References: <8155@milton.u.washington.edu> Organization: Land of Oz: drunken koalas and wombats Lines: 11 you will want /usr/include/string.h (NOT strings.h) and you'll probably decide to define a few macros rather than change all that BSD-dependent source.. for check out if i remember this right.. --- --------- -------------------------- index strchr #define index strchr rindex strrchr #define rindex strrchr bcopy memcpy #define bcopy(s1,s2,n) memcpy((s2), (s1), n) -graham "representing only my own opinions"