putcharacter

Prints the character to the application screen.

Library:LibC
Classification:Novell
Service:Screen Support

Syntax

  #include <screen.h> 
   
  int putcharacter (
     int   ch);
  

Parameters

ch

(IN) Specifies the character.

Return Values

If successful, returns the number of characters printed to the screen. The value does not include the null terminating character.

See Also

getcharacter