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

Go to the source code of this file.

Functions

FBCALL FB_WCHARfb_WstrHexEx_l (unsigned long long num, int digits)
 
FBCALL FB_WCHARfb_WstrHex_l (unsigned long long num)
 

Variables

static FB_WCHAR hex_table [16]
 

Function Documentation

FBCALL FB_WCHAR* fb_WstrHex_l ( unsigned long long  num)

Definition at line 45 of file strw_hex_lng.c.

Here is the call graph for this function:

Here is the caller graph for this function:

FBCALL FB_WCHAR* fb_WstrHexEx_l ( unsigned long long  num,
int  digits 
)

Definition at line 10 of file strw_hex_lng.c.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

FB_WCHAR hex_table[16]
static
Initial value:
= {_LC('0'),_LC('1'),_LC('2'),_LC('3'),
_LC('4'),_LC('5'),_LC('6'),_LC('7'),
_LC('8'),_LC('9'),_LC('A'),_LC('B'),
_LC('C'),_LC('D'),_LC('E'),_LC('F')}

Definition at line 5 of file strw_hex_lng.c.