FreeBASIC  0.91.0
str_cvmk.c File Reference
#include "fb.h"
Include dependency graph for str_cvmk.c:

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 FBSTRINGhMK (ssize_t len, void *num)
 
FBCALL FBSTRINGfb_MKD (double num)
 
FBCALL FBSTRINGfb_MKS (float num)
 
FBCALL FBSTRINGfb_MKSHORT (short num)
 
FBCALL FBSTRINGfb_MKI (ssize_t num)
 
FBCALL FBSTRINGfb_MKL (int num)
 
FBCALL FBSTRINGfb_MKLONGINT (long long num)
 

Function Documentation

FBCALL double fb_CVD ( FBSTRING str)

Definition at line 22 of file str_cvmk.c.

Here is the call graph for this function:

FBCALL int fb_CVI ( FBSTRING str)

Definition at line 44 of file str_cvmk.c.

Here is the call graph for this function:

FBCALL int fb_CVL ( FBSTRING str)

Definition at line 51 of file str_cvmk.c.

Here is the call graph for this function:

FBCALL long long fb_CVLONGINT ( FBSTRING str)

Definition at line 58 of file str_cvmk.c.

Here is the call graph for this function:

FBCALL float fb_CVS ( FBSTRING str)

Definition at line 29 of file str_cvmk.c.

Here is the call graph for this function:

FBCALL short fb_CVSHORT ( FBSTRING str)

Definition at line 36 of file str_cvmk.c.

Here is the call graph for this function:

FBCALL FBSTRING* fb_MKD ( double  num)

Definition at line 86 of file str_cvmk.c.

Here is the call graph for this function:

FBCALL FBSTRING* fb_MKI ( ssize_t  num)

Definition at line 101 of file str_cvmk.c.

Here is the call graph for this function:

FBCALL FBSTRING* fb_MKL ( int  num)

Definition at line 106 of file str_cvmk.c.

Here is the call graph for this function:

FBCALL FBSTRING* fb_MKLONGINT ( long long  num)

Definition at line 111 of file str_cvmk.c.

Here is the call graph for this function:

FBCALL FBSTRING* fb_MKS ( float  num)

Definition at line 91 of file str_cvmk.c.

Here is the call graph for this function:

FBCALL FBSTRING* fb_MKSHORT ( short  num)

Definition at line 96 of file str_cvmk.c.

Here is the call graph for this function:

static void hCV ( FBSTRING str,
ssize_t  len,
void *  num 
)
static

Definition at line 5 of file str_cvmk.c.

Here is the call graph for this function:

Here is the caller graph for this function:

static FBSTRING* hMK ( ssize_t  len,
void *  num 
)
static

Definition at line 65 of file str_cvmk.c.

Here is the call graph for this function:

Here is the caller graph for this function: