[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua for PalmOS - Some questions
- From: Andre Nathan <andre@...>
- Date: Thu, 04 Mar 2004 15:22:21 -0300
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