Date: Thu, 2 Nov 2000 16:27:12 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Teun Burgers cc: djgpp-workers AT delorie DOT com Subject: Re: snprintf In-Reply-To: <3A0174A9.6FDB1469@ecn.nl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 2 Nov 2000, Teun Burgers wrote: > http://www.oranda.demon.co.uk/ > > The site is by the libtool maintainer. > > The site has a library libsnprintfv that I think can be included > in djgpp and implements the snprintf family of > functions. Thanks. However, this code cannot be incorporated into DJGPP's library, because libsnprintfv library is distributed under the GNU License, whereas DJGPP has a special exception from GPL/LGPL, to allow programs linked against unmodified libc.a be distributed without sources.