FreeBASIC
0.91.0
|
#include "fb.h"
Go to the source code of this file.
Functions | |
FBCALL FBSTRING * | fb_BIN_b (unsigned char num) |
FBCALL FBSTRING * | fb_BIN_s (unsigned short num) |
FBCALL FBSTRING * | fb_BIN_i (unsigned int num) |
FBCALL FBSTRING * | fb_BINEx_b (unsigned char num, int digits) |
FBCALL FBSTRING * | fb_BINEx_s (unsigned short num, int digits) |
FBCALL FBSTRING * | fb_BINEx_i (unsigned int num, int digits) |