FreeBASIC
0.91.0
|
Go to the source code of this file.
Functions | |
int | fb_DevLptParseProtocol (DEV_LPT_PROTOCOL **lpt_proto_out, const char *proto_raw, size_t proto_raw_len, int subst_prn) |
Tests for the right file name for LPT access. More... | |
int | fb_DevLptTestProtocol (FB_FILE *handle, const char *filename, size_t filename_len) |
int fb_DevLptParseProtocol | ( | DEV_LPT_PROTOCOL ** | lpt_proto_out, |
const char * | proto_raw, | ||
size_t | proto_raw_len, | ||
int | subst_prn | ||
) |
Tests for the right file name for LPT access.
Allowed file names are:
Definition at line 17 of file dev_lpt_test.c.
int fb_DevLptTestProtocol | ( | FB_FILE * | handle, |
const char * | filename, | ||
size_t | filename_len | ||
) |
Definition at line 144 of file dev_lpt_test.c.