|
FreeBASIC
0.91.0
|

Go to the source code of this file.
Macros | |
| #define | FB_CONPRINTTTY fb_ConPrintTTYWstr |
| #define | FB_CONPRINTRAW fb_ConPrintRawWstr |
| #define | FB_TCHAR FB_WCHAR |
| #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) _LC(c) |
| #define _TC | ( | c) | _LC(c) |
Definition at line 11 of file con_print_tty_wstr.c.
| #define FB_CONPRINTRAW fb_ConPrintRawWstr |
Definition at line 6 of file con_print_tty_wstr.c.
| #define FB_CONPRINTTTY fb_ConPrintTTYWstr |
Definition at line 5 of file con_print_tty_wstr.c.
| #define FB_TCHAR FB_WCHAR |
Definition at line 7 of file con_print_tty_wstr.c.
| #define FB_TCHAR_ADVANCE | ( | i, | |
| c | |||
| ) | i += c |
Definition at line 9 of file con_print_tty_wstr.c.
Definition at line 8 of file con_print_tty_wstr.c.
| #define FB_TCHAR_GET_CHAR_SIZE | ( | p) | 1 |
Definition at line 10 of file con_print_tty_wstr.c.