Skip to content
Thomas Foster edited this page Apr 9, 2021 · 1 revision

Function   Clears to end of line in text window.

Syntaxvoid clreol(void);

Prototype in   conio.h

Return value*   None.

See also clrscr, delline, window

Remarks

clreol clears all characters from the cursor position to the end of the line within the current text window, without moving the cursor.

Header Files

Clone this wiki locally