putstring

Prints a string to the application screen, with no format control.

Library:LibC
Classification:Novell
Service:Screen Support

Syntax

  #include <screen.h> 
   
  int putstring (
     const char    *string);
  

Parameters

string

(IN) Points to a null-terminated string.

Return Values

Returns the number of characters printed. The value does not include the null terminating character.

See Also

getstring