FreeBASIC  0.91.0
io_lprintusg.c
Go to the documentation of this file.
1 /* print using function */
2 
3 #include "fb.h"
4 
5 /*:::::*/
7 {
8  int res = fb_LPrintInit();
9  if( res!=FB_RTERROR_OK )
10  return res;
11  return fb_PrintUsingInit( fmtstr );
12 }
13