From: j DOT aldrich6 AT genie DOT com Message-Id: <199604130618.AA235706302@relay1.geis.com> Date: Sat, 13 Apr 96 06:09:00 UTC 0000 To: djgpp AT delorie DOT com Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii Subject: Re: DJGPP's strrchr Reply to message 4091100 from RSEVILLA AT UPD. on 04/13/96 7:26AM Did you retype the code from memory or make a copy of it? Everything in your post looks right. DJGPP's strrchr() does exactly what every other compiler's does, and I have never had any problems with it. You might want to make sure that all your parentheses are correctly aligned. >Another, unrelated question: when passing full pathnames to djgpp programs >what path separator should be used? The traditional DOS backslash or the >Unix-style forward slash? The djgpp programs seem to deal with full >pathnames in a rather confused and inconsistent manner. You can use either DOS-style or Unix-style pathnames with DJGPP programs. As far as being 'confused and inconsistent', could you post an example? John