|
FreeBASIC
0.91.0
|
#include "fb.h"
Go to the source code of this file.
Functions | |
| static void | fb_hPrintStrEx (FB_FILE *handle, const char *s, size_t len, int mask) |
| void | fb_PrintFixStringEx (FB_FILE *handle, const char *s, int mask) |
| FBCALL void | fb_PrintFixString (int fnum, const char *s, int mask) |
|
static |
Definition at line 6 of file io_print_fix.c.


| FBCALL void fb_PrintFixString | ( | int | fnum, |
| const char * | s, | ||
| int | mask | ||
| ) |
Definition at line 25 of file io_print_fix.c.


| void fb_PrintFixStringEx | ( | FB_FILE * | handle, |
| const char * | s, | ||
| int | mask | ||
| ) |
Definition at line 16 of file io_print_fix.c.

