On 21 September 2012 10:54, andy pugh <[email protected]> wrote: > I am trying to split up format strings into shorter lengths for later > use. (In realtime C code intended to display arbitrary content on LCD > screens)
This just turned out to be annoying, once I got my code working I found that kernel-mode sprintf doesn't handle float formats (%f, %g, %a….) and seems to ignore escaped characters too. (which seems odd) So, the splitting-up-into parts code is all redundant as I am going to have to write my own code to decipher the formats, and that can readily iterate through an arbitrary number of values from an array. -- atp If you can't fix it, you don't own it. http://www.ifixit.com/Manifesto ------------------------------------------------------------------------------ How fast is your code? 3 out of 4 devs don\\\'t know how their code performs in production. Find out how slow your code is with AppDynamics Lite. http://ad.doubleclick.net/clk;262219672;13503038;z? http://info.appdynamics.com/FreeJavaPerformanceDownload.html _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
