Date: Tue, 11 Jun 2002 16:11:19 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Mario Feldberg cc: djgpp AT delorie DOT com Subject: Re: snprintf() missing?! In-Reply-To: <3d05ecef_1@news.arcor-ip.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Tue, 11 Jun 2002, Mario Feldberg wrote: > DJGPP doesn't seem to have the function snprintf(). Yes, that's true. > Isn't this an ANSI standard function?! Only in the latest ANSI Standard known as C99. It wasn't in the previous standard (called C89 or C90). DJGPP doesn't yet fully support C99. The development sources have an implementation of snprintf, so if you must have it, you can get it via the Web interface to CVS (see http://www.delorie.com/djgpp/cvs.html).