kender
Joined: 09 Aug 2004 Posts: 768 Location: Silicon Valley
|
Guidelines for efficient use of printf() ? |
Posted: Fri Apr 13, 2007 4:02 am |
|
|
I found that formatting integers with %d consumes less (by a half) code space in Flash than formatting floats with %f (v3.240).
Are there other guidelines for efficient use (or avoidance) of printf()?
P.S. I know that the probem of printf() and code size have been brought up a few times in this forum, but I can't find those threads. _________________ Read the label, before opening a can of worms. |
|