[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [leafnode-list] [ANNOUNCE] First Leafnode-2.0 beta version



On Thu, Oct 26, 2000 at 12:32:01PM +0200, Cornelius Krasel wrote:
> Phil Hunt wrote:

> > Would it not be possible to cut-and-paste the code for vsnprintf() into
> > the Leafnode code (perhaps under a different name, to avoid conflicts)?

> Nope, because of licensing problems.

The BSDs will have an implementation - would their license not be
liberal enough?

> int vsnprintf( char *str, size_t n, const char *format, va_list ap ) {
>     return( vsprintf( str, format, ap ) );
> }

> More elegant would be a real replacement similar to the snprintf()
> replacement in miscutil.c.

That's worse than just inelegant.

-- 
Mark Brown  mailto:broonie@xxxxxxxxxxxxxxx   (Trying to avoid grumpiness)
            http://www.tardis.ed.ac.uk/~broonie/
EUFS        http://www.eusa.ed.ac.uk/societies/filmsoc/


-- 
leafnode-list@xxxxxxxxxxxxxxxxxxxxxxxxxxxx -- mailing list for leafnode
To unsubscribe, send mail with "unsubscribe" in the subject to the list