|
FreeBASIC
0.91.0
|

Go to the source code of this file.
Macros | |
| #define | ENTER_UTF8 "\e%G" |
| #define | EXIT_UTF8 "\e%@" |
Functions | |
| void | fb_ConsolePrintBufferWstrEx (const FB_WCHAR *buffer, size_t chars, int mask) |
| void | fb_ConsolePrintBufferWstr (const FB_WCHAR *buffer, int mask) |
| #define ENTER_UTF8 "\e%G" |
Definition at line 6 of file io_printbuff_wstr.c.
| #define EXIT_UTF8 "\e%@" |
Definition at line 7 of file io_printbuff_wstr.c.
| void fb_ConsolePrintBufferWstr | ( | const FB_WCHAR * | buffer, |
| int | mask | ||
| ) |
| void fb_ConsolePrintBufferWstrEx | ( | const FB_WCHAR * | buffer, |
| size_t | chars, | ||
| int | mask | ||
| ) |