lua-users home
lua-l archive

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


On Thu, 2004-03-04 at 15:03, José dos Santos Machado wrote:
> The linux vsprintf version didn't handle %f and %g, so I added these masks, 
> using my own dtostr. Not a big work, but vsprintf (even modified) is still 
> on GPL. :( 
> 
> Don't worry, I'll find a way. ;) 

OpenBSD has vsprintf under a 3-clause BSD license:
http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/stdio/vsprintf.c

Maybe it's useful for you.

HTH,
Andre