FreeBASIC
0.91.0
Main Page
Data Structures
Files
File List
Globals
io_lprintusg.c
Go to the documentation of this file.
1
/* print using function */
2
3
#include "
fb.h
"
4
5
/*:::::*/
6
FBCALL
int
fb_LPrintUsingInit
(
FBSTRING
*fmtstr )
7
{
8
int
res =
fb_LPrintInit
();
9
if
( res!=
FB_RTERROR_OK
)
10
return
res;
11
return
fb_PrintUsingInit
( fmtstr );
12
}
13
rtlib
io_lprintusg.c
Generated on Thu Jan 23 2014 19:40:12 for FreeBASIC by
1.8.4