FreeBASIC
0.91.0
Main Page
Data Structures
Files
File List
Globals
io_printbuff_wstr.c
Go to the documentation of this file.
1
/* low-level print to console function */
2
3
#include "../fb.h"
4
5
void
fb_ConsolePrintBufferWstrEx
6
(
7
const
FB_WCHAR
*
buffer
,
8
size_t
chars,
9
int
mask
10
)
11
{
12
/* !!!WRITEME!!! */
13
}
14
15
void
fb_ConsolePrintBufferWstr
16
(
17
const
FB_WCHAR
*buffer,
18
int
mask
19
)
20
{
21
return
fb_ConsolePrintBufferWstrEx
( buffer,
fb_wstr_Len
( buffer ), mask );
22
}
rtlib
xbox
io_printbuff_wstr.c
Generated on Thu Jan 23 2014 19:40:09 for FreeBASIC by
1.8.4