delorie.com/archives/browse.cgi | search |
Date: | Tue, 11 Jun 2002 16:11:19 +0300 (IDT) |
From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
X-Sender: | eliz AT is |
To: | Mario Feldberg <whiteindian AT arcor DOT de> |
cc: | djgpp AT delorie DOT com |
Subject: | Re: snprintf() missing?! |
In-Reply-To: | <3d05ecef_1@news.arcor-ip.de> |
Message-ID: | <Pine.SUN.3.91.1020611160900.7394B-100000@is> |
MIME-Version: | 1.0 |
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 |
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).
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |