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

Go to the source code of this file.

Functions

FBCALL FBSTRINGfb_HEX (int num)
 
FBCALL FBSTRINGfb_OCT (int num)
 
FBCALL FBSTRINGfb_BIN (int num)
 

Function Documentation

FBCALL FBSTRING* fb_BIN ( int  num)

Definition at line 18 of file str_base.c.

Here is the call graph for this function:

FBCALL FBSTRING* fb_HEX ( int  num)

Definition at line 4 of file str_base.c.

Here is the call graph for this function:

FBCALL FBSTRING* fb_OCT ( int  num)

Definition at line 11 of file str_base.c.

Here is the call graph for this function: