FreeBASIC
0.91.0
|
#include "fb.h"
Go to the source code of this file.
Functions | |
static FB_FILE * | fb_DevLptFindDeviceByName (int iPort, char *filename, int no_redir) |
static char * | fb_DevLptMakeDeviceName (DEV_LPT_PROTOCOL *lpt_proto) |
int | fb_DevLptOpen (FB_FILE *handle, const char *filename, size_t filename_len) |
int | fb_DevPrinterSetWidth (const char *pszDevice, int width, int default_width) |
int | fb_DevPrinterGetOffset (const char *pszDevice) |
Variables | |
static FB_FILE_HOOKS | hooks_dev_lpt |
|
static |
|
static |
int fb_DevLptOpen | ( | FB_FILE * | handle, |
const char * | filename, | ||
size_t | filename_len | ||
) |
int fb_DevPrinterGetOffset | ( | const char * | pszDevice) |
int fb_DevPrinterSetWidth | ( | const char * | pszDevice, |
int | width, | ||
int | default_width | ||
) |