Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Telix/SALT v3.15 & RS-232, Hayes - <b>itos</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  ITOS

  .  Summary

  itos(int <value>, str <s>);

  .  Description

  The itos function writes out the digits of the supplied integer
  value to <s>.

  .  Return Value

  None.

  .  Example

  int chr;
  str s[16];
  chr = keyinw();       // get a user keystroke
  itos(chr, s);         // and print out ASCII value of character
  prints(s);

See Also: stoi

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson