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 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk On Tue, 21 Oct 1997 18:20:51 GMT, Christoph Kukulies 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