FreeBASIC
0.91.0
Main Page
Data Structures
Files
File List
Globals
io_lprint_wstr.c
Go to the documentation of this file.
1
/* print [#] functions */
2
3
#include "
fb.h
"
4
5
/*:::::*/
6
FBCALL
void
fb_LPrintWstr
7
(
8
int
fnum,
9
const
FB_WCHAR
*s,
10
int
mask
11
)
12
{
13
fb_LPrintInit
();
14
15
fb_PrintWstrEx
(
FB_FILE_TO_HANDLE
(fnum),
16
s,
17
FB_PRINT_CONVERT_BIN_NEWLINE
(mask) );
18
}
rtlib
io_lprint_wstr.c
Generated on Thu Jan 23 2014 19:40:12 for FreeBASIC by
1.8.4