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

Go to the source code of this file.

Functions

FBCALL FBSTRINGfb_HEXEx_l (unsigned long long num, int digits)
 
FBCALL FBSTRINGfb_HEX_l (unsigned long long num)
 

Variables

static char hex_table [16] = {'0','1','2','3','4','5','6','7','8','9','A','B','C','D','E','F'}
 

Function Documentation

FBCALL FBSTRING* fb_HEX_l ( unsigned long long  num)

Definition at line 42 of file str_hex_lng.c.

Here is the call graph for this function:

Here is the caller graph for this function:

FBCALL FBSTRING* fb_HEXEx_l ( unsigned long long  num,
int  digits 
)

Definition at line 7 of file str_hex_lng.c.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

char hex_table[16] = {'0','1','2','3','4','5','6','7','8','9','A','B','C','D','E','F'}
static

Definition at line 5 of file str_hex_lng.c.