FreeBASIC  0.91.0
io_printer.c
Go to the documentation of this file.
1 /* printer access stubs */
2 
3 #include "../fb.h"
4 
5 int fb_PrinterOpen( DEV_LPT_INFO *devInfo, int iPort, const char *pszDevice )
6 {
8 }
9 
10 int fb_PrinterWrite( DEV_LPT_INFO *devInfo, const void *data, size_t length )
11 {
13 }
14 
15 int fb_PrinterWriteWstr( DEV_LPT_INFO *devInfo, const FB_WCHAR *data, size_t length )
16 {
18 }
19 
21 {
23 }