FLprompt


Routine

void FLprompt (const char Prompt[]);

Purpose

Print a prompt

Description

This routine prints a prompt string if both standard output and standard input are terminals.

Parameters

-> const char Prompt[]
Prompt string. This string is printed to standard output if both standard output and standard input are terminals. If Prompt is NULL, no prompt is printed.

Author / revision

P. Kabal / Revision 1.13 2003/05/09

See Also

FLreadLine


Main Index libtsp