FreeBASIC
0.91.0
|
#include "fb.h"
Go to the source code of this file.
Functions | |
static void | hCV (FBSTRING *str, ssize_t len, void *num) |
FBCALL double | fb_CVD (FBSTRING *str) |
FBCALL float | fb_CVS (FBSTRING *str) |
FBCALL short | fb_CVSHORT (FBSTRING *str) |
FBCALL int | fb_CVI (FBSTRING *str) |
FBCALL int | fb_CVL (FBSTRING *str) |
FBCALL long long | fb_CVLONGINT (FBSTRING *str) |
static FBSTRING * | hMK (ssize_t len, void *num) |
FBCALL FBSTRING * | fb_MKD (double num) |
FBCALL FBSTRING * | fb_MKS (float num) |
FBCALL FBSTRING * | fb_MKSHORT (short num) |
FBCALL FBSTRING * | fb_MKI (ssize_t num) |
FBCALL FBSTRING * | fb_MKL (int num) |
FBCALL FBSTRING * | fb_MKLONGINT (long long num) |
|
static |
Definition at line 5 of file str_cvmk.c.
|
static |
Definition at line 65 of file str_cvmk.c.