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>printc</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  PRINTC

  .  Summary

  printc(int <chr>);

  .  Description

  The printc function prints the character represented by the ASCII
  value <chr> to the terminal screen.

  .  Return Value

  <chr> is returned.

  .  Example

  printc('A');

  printc(7);            // print ASCII value 7 (BELL sound)

  printc(keyinw());     // print user keypress

See Also: prints printsc printn ASCII table

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