FreeBASIC
0.91.0
Main Page
Data Structures
Files
File List
Globals
io_lprintvoid.c
Go to the documentation of this file.
1
/* print functions */
2
3
#include "
fb.h
"
4
5
/*:::::*/
6
FBCALL
void
fb_LPrintVoid
(
int
fnum,
int
mask )
7
{
8
fb_LPrintInit
();
9
fb_PrintVoidEx
(
FB_FILE_TO_HANDLE
(fnum),
10
FB_PRINT_CONVERT_BIN_NEWLINE
(mask) );
11
}
rtlib
io_lprintvoid.c
Generated on Thu Jan 23 2014 19:40:12 for FreeBASIC by
1.8.4