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

Go to the source code of this file.

Functions

FBCALL FB_WCHARfb_WstrHex_b (unsigned char num)
 
FBCALL FB_WCHARfb_WstrHex_s (unsigned short num)
 
FBCALL FB_WCHARfb_WstrHex_i (unsigned int num)
 
FBCALL FB_WCHARfb_WstrHexEx_b (unsigned char num, int digits)
 
FBCALL FB_WCHARfb_WstrHexEx_s (unsigned short num, int digits)
 
FBCALL FB_WCHARfb_WstrHexEx_i (unsigned int num, int digits)
 

Function Documentation

FBCALL FB_WCHAR* fb_WstrHex_b ( unsigned char  num)

Definition at line 5 of file strw_hex.c.

Here is the call graph for this function:

FBCALL FB_WCHAR* fb_WstrHex_i ( unsigned int  num)

Definition at line 15 of file strw_hex.c.

Here is the call graph for this function:

Here is the caller graph for this function:

FBCALL FB_WCHAR* fb_WstrHex_s ( unsigned short  num)

Definition at line 10 of file strw_hex.c.

Here is the call graph for this function:

FBCALL FB_WCHAR* fb_WstrHexEx_b ( unsigned char  num,
int  digits 
)

Definition at line 20 of file strw_hex.c.

Here is the call graph for this function:

FBCALL FB_WCHAR* fb_WstrHexEx_i ( unsigned int  num,
int  digits 
)

Definition at line 30 of file strw_hex.c.

Here is the call graph for this function:

Here is the caller graph for this function:

FBCALL FB_WCHAR* fb_WstrHexEx_s ( unsigned short  num,
int  digits 
)

Definition at line 25 of file strw_hex.c.

Here is the call graph for this function: