FreeBASIC  0.91.0
io_printpad.c File Reference
#include "fb.h"
Include dependency graph for io_printpad.c:

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)
 

Macro Definition Documentation

#define FB_PRINT_BUFFER_SIZE   2048

Definition at line 5 of file io_printpad.c.

Function Documentation

static void fb_hPrintPadEx ( FB_FILE handle,
int  mask,
int  current_x,
int  new_x 
)
static

Definition at line 7 of file io_printpad.c.

Here is the caller graph for this function:

FBCALL void fb_PrintPad ( int  fnum,
int  mask 
)

Definition at line 58 of file io_printpad.c.

Here is the call graph for this function:

void fb_PrintPadEx ( FB_FILE handle,
int  mask 
)

Definition at line 28 of file io_printpad.c.

Here is the call graph for this function:

Here is the caller graph for this function: