From: Waldemar Schultz Newsgroups: comp.os.msdos.djgpp Subject: Re: WANTED: strrev() where is it??? Date: Wed, 24 May 2000 16:08:34 +0200 Organization: [posted via] Leibniz-Rechenzentrum, Muenchen (Germany) Lines: 17 Message-ID: <392BE262.ADE5C3DD@ma.tum.de> References: <8gfcsp$due$1 AT nnrp1 DOT deja DOT com> <392BC891 DOT B8A0D8 AT ma DOT tum DOT de> <8ggt3h DOT 3vs4d07 DOT 0 AT buerssner-17104 DOT user DOT cis DOT dfn DOT de> NNTP-Posting-Host: pcritter10.mathematik.tu-muenchen.de Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: wsc10.lrz-muenchen.de 959177411 1123 131.159.69.74 (24 May 2000 14:10:11 GMT) X-Complaints-To: news AT lrz-muenchen DOT de NNTP-Posting-Date: 24 May 2000 14:10:11 GMT X-Mailer: Mozilla 4.6 [de] (Win98; I) X-Accept-Language: de,en,en-US To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Dieter Buerssner schrieb: > >RadSurfer schrieb: > >> Do I have to resort to a routine to emulate strrev() ? > > To be portable, yes. You should then also give it a different > name, because all names starting with str and followed by a > lower case letter, are reserved. is there also anything against char *StrRev(char *); #define strrev(s) StrRev(s) -- Gruss Waldemar Schultz. Technische Universität München, Zentrum Mathematik M1, D 80290 München Tel: +49 (0)89 2892 8226 FAX: +49 (0)89 2892 8228