[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua for PalmOS - Some questions
- From: "D Burgess" <db@...>
- Date: Fri, 5 Mar 2004 20:25:59 +1000
http://www.ijs.si/software/snprintf/
Very portable, very simple
>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