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

  .  Summary

  cputs(str <outstr>);

  .  Description

  The cputs function sends the passed string out over the modem port.
  A Carriage Return and Line Feed are NOT added after the string.

  .  Return Value

  None.

  .  Example

  cputs("Good-bye");

  str password[] = "mypass";
  cputs(password);

See Also: cputs_tr

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