Date: Wed, 24 May 2000 13:15:49 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: RadSurfer cc: djgpp AT delorie DOT com Subject: Re: WANTED: strrev() where is it??? In-Reply-To: <8gfcsp$due$1@nnrp1.deja.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 24 May 2000, RadSurfer wrote: > Porting a program from Borland .... > it uses strrev() function.... > of all the string functions in DJGPP... > THAT one is not there :( `strrev' is not a standard function, portable programs should not rely on it being present. DJGPP doesn't have this function. Volunteers are welcome to write it and submit it for inclusion in a future release.