FreeBASIC  0.91.0
io_lprint_wstr.c
Go to the documentation of this file.
1 /* print [#] functions */
2 
3 #include "fb.h"
4 
5 /*:::::*/
7  (
8  int fnum,
9  const FB_WCHAR *s,
10  int mask
11  )
12 {
13  fb_LPrintInit();
14 
16  s,
18 }