Date: Mon, 28 Oct 1996 07:59:13 +0200 (IST) From: Eli Zaretskii To: Olav Kindt Cc: djgpp AT delorie DOT com Subject: Re: Double to string anybody? In-Reply-To: <55142b$su@news.sdsmt.edu> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 28 Oct 1996, Olav Kindt wrote: > I was wondering if djgpp had the equivalent of the gcvt() function from > BCC (Yeah i know..). Has anybody implemented these, or do I have to do it > myself. :-). > > Any pointers to libs containg this one is appreciated. Just use `sprintf'. It is ANSI C, so your program will be more portable. DJGPP doesn't have any of the ?cvt functions.