|
FreeBASIC
0.91.0
|

Go to the source code of this file.
Macros | |
| #define | FB_CONPRINTTTY fb_ConPrintTTY |
| #define | FB_CONPRINTRAW fb_ConPrintRaw |
| #define | FB_TCHAR char |
| #define | FB_TCHAR_GET(p) (*(p)) |
| #define | FB_TCHAR_ADVANCE(i, c) i += c |
| #define | FB_TCHAR_GET_CHAR_SIZE(p) 1 |
| #define | _TC(c) c |
| #define _TC | ( | c) | c |
Definition at line 11 of file con_print_tty.c.
| #define FB_CONPRINTRAW fb_ConPrintRaw |
Definition at line 6 of file con_print_tty.c.
| #define FB_CONPRINTTTY fb_ConPrintTTY |
Definition at line 5 of file con_print_tty.c.
| #define FB_TCHAR char |
Definition at line 7 of file con_print_tty.c.
| #define FB_TCHAR_ADVANCE | ( | i, | |
| c | |||
| ) | i += c |
Definition at line 9 of file con_print_tty.c.
Definition at line 8 of file con_print_tty.c.
| #define FB_TCHAR_GET_CHAR_SIZE | ( | p) | 1 |
Definition at line 10 of file con_print_tty.c.