|
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_hPrintPadWstrEx (FB_FILE *handle, int mask, int current_x, int new_x) |
| void | fb_PrintPadWstrEx (FB_FILE *handle, int mask) |
| FBCALL void | fb_PrintPadWstr (int fnum, int mask) |
| #define FB_PRINT_BUFFER_SIZE 2048 |
Definition at line 5 of file io_printpad_wstr.c.
|
static |
| FBCALL void fb_PrintPadWstr | ( | int | fnum, |
| int | mask | ||
| ) |
| void fb_PrintPadWstrEx | ( | FB_FILE * | handle, |
| int | mask | ||
| ) |
Definition at line 46 of file io_printpad_wstr.c.

