FreeBASIC
0.91.0
|
#include "fb.h"
Go to the source code of this file.
Functions | |
FBCALL FBSTRING * | fb_HEX_b (unsigned char num) |
FBCALL FBSTRING * | fb_HEX_s (unsigned short num) |
FBCALL FBSTRING * | fb_HEX_i (unsigned int num) |
FBCALL FBSTRING * | fb_HEXEx_b (unsigned char num, int digits) |
FBCALL FBSTRING * | fb_HEXEx_s (unsigned short num, int digits) |
FBCALL FBSTRING * | fb_HEXEx_i (unsigned int num, int digits) |