[<<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
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson