Go to the first, previous, next, last section, table of contents.


insline

Syntax

#include <conio.h>

void insline(void);

Description

A blank line is inserted at the current cursor position. The previous line and lines below it scroll down.

Portability

not ANSI, not POSIX


Go to the first, previous, next, last section, table of contents.