FreeBASIC  0.91.0
io_printbuff_wstr.c File Reference
#include "../fb.h"
#include "fb_private_console.h"
Include dependency graph for io_printbuff_wstr.c:

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)
 

Macro Definition Documentation

#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.

Function Documentation

void fb_ConsolePrintBufferWstr ( const FB_WCHAR buffer,
int  mask 
)

Definition at line 75 of file io_printbuff_wstr.c.

Here is the call graph for this function:

void fb_ConsolePrintBufferWstrEx ( const FB_WCHAR buffer,
size_t  chars,
int  mask 
)

Definition at line 9 of file io_printbuff_wstr.c.

Here is the call graph for this function: