From: Waldemar Schultz Newsgroups: comp.os.msdos.djgpp Subject: Re: WANTED: strrev() where is it??? Date: Wed, 24 May 2000 16:55:55 +0200 Organization: [posted via] Leibniz-Rechenzentrum, Muenchen (Germany) Lines: 17 Message-ID: <392BED7B.50FA7926@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> <392BE262 DOT ADE5C3DD AT ma DOT tum DOT de> <8ggpoa$q5s$1 AT nets3 DOT rz DOT RWTH-Aachen 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 959180253 3230 131.159.69.74 (24 May 2000 14:57:33 GMT) X-Complaints-To: news AT lrz-muenchen DOT de NNTP-Posting-Date: 24 May 2000 14:57:33 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 Hans-Bernhard Broeker schrieb: > Close, but no doughnut, yet. DJGPP's usual method for this case would be > > char * __dj_strrev(char *); > > and in the right section of (outside the 'strict ANSI' > section, for sure), put > > #define strrev(s) __dj_strrev(char *); I think, I got it now. Thank you for clarification. -- 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