Date: Wed, 15 Apr 1998 10:55:49 +0300 (IDT) From: Eli Zaretskii To: Didier BRUNEL cc: djgpp AT delorie DOT com Subject: Re: GCVT FUNCTION IN GCC In-Reply-To: <3533666A.4AD4@unice.fr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Tue, 14 Apr 1998, Didier BRUNEL wrote: > I am using gcc/rhide since some days. It works fine with my Borlandc > sources. I have only a little problem with functions such as gcvt() > which is not included in the libs. Perhaps they have another name ? I > have not found them in the alphabetical list. gcvt is a non-standard function, and DJGPP currently doesn't have it. Use sprintf instead.