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


textcolor

Syntax

#include <conio.h>

void textcolor(int _color);

Description

Sets just the foreground of the text attribute. See section textattr.

Portability

not ANSI, not POSIX


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