promptforkeypress

Prompts the user to press a key.

Library:LibC
Classification:Novell
Service:Screen Support

Syntax

  #include <screen.h> 
   
  int promptforkeypress (
     int           which,
     const char   *prompt );
  

Parameters

which

(IN) Specifies ????.

prompt

(IN) Points to a null-terminated string to use for the prompt.

Return Values

If successful, returns If unsuccessful, returns -1.

Remarks

.

See Also