??? 04/08/10 11:53 Read: times Msg Score: +1 +1 Informative |
#174912 - puts, itoa Responding to: ???'s previous message |
Per Westermark said:
And if you need to send numbers as ASCII character sequences, it's quite easy to write a small function that converts the value of an int into a string of digits. In the C library, this is already done for you in function itoa(). And to print strings that need no formatting you can use puts() instead of printf(). |