|
FreeBASIC
0.91.0
|
#include "fb.h"
Go to the source code of this file.
Functions | |
| FBCALL void | fb_PrintInt (int fnum, int val, int mask) |
| FBCALL void | fb_PrintUInt (int fnum, unsigned int val, int mask) |
| FBCALL void fb_PrintInt | ( | int | fnum, |
| int | val, | ||
| int | mask | ||
| ) |
Definition at line 6 of file io_print_int.c.
| FBCALL void fb_PrintUInt | ( | int | fnum, |
| unsigned int | val, | ||
| int | mask | ||
| ) |
Definition at line 12 of file io_print_int.c.