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

Go to the source code of this file.

Functions

FBCALL FBSTRINGfb_OCT_b (unsigned char num)
 
FBCALL FBSTRINGfb_OCT_s (unsigned short num)
 
FBCALL FBSTRINGfb_OCT_i (unsigned int num)
 
FBCALL FBSTRINGfb_OCTEx_b (unsigned char num, int digits)
 
FBCALL FBSTRINGfb_OCTEx_s (unsigned short num, int digits)
 
FBCALL FBSTRINGfb_OCTEx_i (unsigned int num, int digits)
 

Function Documentation

FBCALL FBSTRING* fb_OCT_b ( unsigned char  num)

Definition at line 5 of file str_oct.c.

Here is the call graph for this function:

FBCALL FBSTRING* fb_OCT_i ( unsigned int  num)

Definition at line 15 of file str_oct.c.

Here is the call graph for this function:

Here is the caller graph for this function:

FBCALL FBSTRING* fb_OCT_s ( unsigned short  num)

Definition at line 10 of file str_oct.c.

Here is the call graph for this function:

FBCALL FBSTRING* fb_OCTEx_b ( unsigned char  num,
int  digits 
)

Definition at line 20 of file str_oct.c.

Here is the call graph for this function:

FBCALL FBSTRING* fb_OCTEx_i ( unsigned int  num,
int  digits 
)

Definition at line 30 of file str_oct.c.

Here is the call graph for this function:

Here is the caller graph for this function:

FBCALL FBSTRING* fb_OCTEx_s ( unsigned short  num,
int  digits 
)

Definition at line 25 of file str_oct.c.

Here is the call graph for this function: