|
FreeBASIC
0.91.0
|

Go to the source code of this file.
Macros | |
| #define | FB_CONPRINTRAW fb_ConPrintRawWstr |
| #define | FB_TCHAR FB_WCHAR |
| #define | FB_CON_HOOK_TWRITE Write |
| #define | FB_TCHAR_ADVANCE(iter, count) iter += count |
| #define FB_CON_HOOK_TWRITE Write |
Definition at line 7 of file con_print_raw_wstr.c.
| #define FB_CONPRINTRAW fb_ConPrintRawWstr |
Definition at line 5 of file con_print_raw_wstr.c.
| #define FB_TCHAR FB_WCHAR |
Definition at line 6 of file con_print_raw_wstr.c.
| #define FB_TCHAR_ADVANCE | ( | iter, | |
| count | |||
| ) | iter += count |
Definition at line 8 of file con_print_raw_wstr.c.