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


wherex

Syntax

#include <conio.h>

int wherex(void);

Return Value

The column the cursor is on. The leftmost column is 1.

Portability

not ANSI, not POSIX


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