[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua for PalmOS - Some questions
- From: Roberto Ierusalimschy <roberto@...>
- Date: Thu, 04 Mar 2004 13:51:44 -0300
Keep in mind that Lua uses only a few formats from sprintf; the only
"difficult" to implement is "%.14g", to convert doubles to strings.
-- Roberto