From: "Ben Peddell" Newsgroups: comp.os.msdos.djgpp References: <200302081532 DOT h18FW3u24717 AT speedy DOT ludd DOT luth DOT se> <%C91a.6723$kz5 DOT 677340 AT news1 DOT east DOT cox DOT net> <2593-Sat08Feb2003190526+0200-eliz AT is DOT elta DOT co DOT il> <6ti1a.7694$kz5 DOT 871910 AT news1 DOT east DOT cox DOT net> Subject: Re: GCC warning - incompatible pointer type Lines: 22 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Message-ID: Date: Sun, 9 Feb 2003 16:17:04 +1000 NNTP-Posting-Host: 144.139.175.95 X-Trace: newsfeeds.bigpond.com 1044770765 144.139.175.95 (Sun, 09 Feb 2003 17:06:05 EST) NNTP-Posting-Date: Sun, 09 Feb 2003 17:06:05 EST Organization: Telstra BigPond Internet Services (http://www.bigpond.com) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Actually, the qsort_stringlist in the example is just a wrapper to strcmp. strcmp itself is in the standard library, and #include'd in . Jason Kircher wrote in message news:6ti1a.7694$kz5 DOT 871910 AT news1 DOT east DOT cox DOT net... > Eli Zaretskii wrote: > > The command you were advised to use, "info libc alpha qsort", will > > show you the library reference section that describes qsort, and which > > does include an example. Please try it. > > Didn't find it like that, but I went on the context given. I did find > it, and found examples. Of course, those examples have custom > comparison functions written in the example. Nothing using the standard > string comparison functions given in , which I used. > > Of course, info is a pain to use... > > Is there a program that can convert texinfo files into HTML files - > usable by lynx? I'd love to do that to ALL of the texinfo files. :D >