FreeBASIC
0.91.0
|
#include "fb.h"
Go to the source code of this file.
Macros | |
#define | FB_PRINT_BUFFER_SIZE 2048 |
Functions | |
static void | fb_hPrintPadEx (FB_FILE *handle, int mask, int current_x, int new_x) |
void | fb_PrintPadEx (FB_FILE *handle, int mask) |
FBCALL void | fb_PrintPad (int fnum, int mask) |
#define FB_PRINT_BUFFER_SIZE 2048 |
Definition at line 5 of file io_printpad.c.
|
static |
FBCALL void fb_PrintPad | ( | int | fnum, |
int | mask | ||
) |
void fb_PrintPadEx | ( | FB_FILE * | handle, |
int | mask | ||
) |
Definition at line 28 of file io_printpad.c.