FreeBASIC  0.91.0
io_lprint_fix.c
Go to the documentation of this file.
1 /* print [#] functions */
2 
3 #include "fb.h"
4 
5 /*:::::*/
6 FBCALL void fb_LPrintFixString ( int fnum, const char *s, int mask )
7 {
10  s,
12 }