X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Thu, 05 Feb 2004 21:08:10 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp AT delorie DOT com Message-Id: <3405-Thu05Feb2004210810+0200-eliz@elta.co.il> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: <40222b08@news.comindico.com.au> (nospam@aardvark.net.au) Subject: Re: rint(), long double, etc. References: <40222b08 AT news DOT comindico DOT com DOT au> 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 > From: "au_193" > Newsgroups: comp.os.msdos.djgpp > Date: Thu, 05 Feb 2004 11:37:44 GMT > > 1) What happened to rint() and rintf() ? > They are in the header file, but they > cannot be linked to. Link with -lm, these functions are in libm.a, not in libc.a, and so are not linked in by default. > 2) What about stpncpy? > It is mentioned in the HTML library > documentation, but it is obviously > not part of DJGPP. You are probably looking at the wrong HTML, the one for glibc. That's not the DJGPP library.