Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
07/23/10 11:58
Read: times


 
#177424 - Why do you need your own sprintf()?
Responding to: ???'s previous message
Note that sprintf() is not a small function. Quite a number of lines of source code and quite some code space consumed in the processor.

What tools are you using that is lacking a default implementation for sprintf(), requiring you to write your own?

The most common reason for writing your own sprintf() is that some schools has as assignment to write a subset of sprintf().

List of 7 messages in thread
TopicAuthorDate
strnicmp and sprintf            01/01/70 00:00      
   All Compilers have sprintf            01/01/70 00:00      
      Why do you need your own sprintf()?            01/01/70 00:00      
   sprintf            01/01/70 00:00      
      Google is your friend            01/01/70 00:00      
         fp seldom suitable for smaller microcontrollers            01/01/70 00:00      
      What compiler?            01/01/70 00:00      

Back to Subject List