libmsx
C library for MSX
Loading...
Searching...
No Matches
Text output

#include <text.h> More...

+ Collaboration diagram for Text output:

Modules

 Cursor position, Control characters.
 Cursor position, Control characters, Clear screen, etc.
 
 Text color, Backdrop color
 Text color, Background color, Backdrop color.
 
 Text output
 Simple print functions.
 

Files

file  text.h
 Utility functions for text ouput.
 

Detailed Description

#include <text.h>

The text.h provides some MSX-BASIC like utility functions for text output.

Note
These functions (and also printf() standard C library functions) are available after call to one of a SCREEN mode initialization function defined in screen.h.
See also
screen.h