delorie.com/archives/browse.cgi | search |
From: | michael DOT mauch AT gmx DOT de (Michael Mauch) |
Newsgroups: | comp.os.msdos.djgpp |
Subject: | Re: unholy Borland string routines - any package? |
Date: | Thu, 23 Oct 1997 23:42:22 +0200 |
Organization: | Gerhard-Mercator-Universitaet -GH- Duisburg |
Lines: | 20 |
Message-ID: | <345088a4.29046511@news.uni-duisburg.de> |
References: | <199710211820 DOT UAA06828 AT gil DOT physik DOT rwth-aachen DOT de> |
NNTP-Posting-Host: | ppp86.uni-duisburg.de |
Mime-Version: | 1.0 |
To: | djgpp AT delorie DOT com |
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
On Tue, 21 Oct 1997 18:20:51 GMT, Christoph Kukulies <kuku AT gilberto DOT physik DOT RWTH-Aachen DOT DE> wrote: > I'm stumbling across some ugly program that uses > these Borlang strupr/strncmpi stuff that makes programs > difficult to port. > > Does anyone know (even at the risk of asking a FAQ) > of a package that 'augment' djgpp/GNU by these routines? DJGPP has strupr() and strnicmp() functions in the normal libc library. #define strncmpi strnicmp in your sources should not be to much of a problem? Or did I misunderstand you? Regards... Michael
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |