FreeBASIC
0.91.0
Main Page
Data Structures
Files
File List
Globals
dev_scrn_write_wstr.c
Go to the documentation of this file.
1
/* file device */
2
3
#include "
fb.h
"
4
5
int
fb_DevScrnWriteWstr
(
FB_FILE
*
handle
,
const
FB_WCHAR
* value,
size_t
valuelen )
6
{
7
fb_PrintBufferWstrEx
( value, valuelen, 0 );
8
return
fb_ErrorSetNum
(
FB_RTERROR_OK
);
9
}
10
11
void
fb_DevScrnInit_WriteWstr
(
void
)
12
{
13
fb_DevScrnInit_NoOpen
( );
14
15
if
(
FB_HANDLE_SCREEN
->hooks->pfnWriteWstr ==
NULL
)
16
FB_HANDLE_SCREEN
->hooks->pfnWriteWstr =
fb_DevScrnWriteWstr
;
17
}
rtlib
dev_scrn_write_wstr.c
Generated on Thu Jan 23 2014 19:40:08 for FreeBASIC by
1.8.4