FreeBASIC
0.91.0
|
#include "fb.h"
Go to the source code of this file.
Functions | |
FBCALL FB_WCHAR * | fb_WstrOct_b (unsigned char num) |
FBCALL FB_WCHAR * | fb_WstrOct_s (unsigned short num) |
FBCALL FB_WCHAR * | fb_WstrOct_i (unsigned int num) |
FBCALL FB_WCHAR * | fb_WstrOctEx_b (unsigned char num, int digits) |
FBCALL FB_WCHAR * | fb_WstrOctEx_s (unsigned short num, int digits) |
FBCALL FB_WCHAR * | fb_WstrOctEx_i (unsigned int num, int digits) |
Definition at line 15 of file strw_oct.c.
Definition at line 30 of file strw_oct.c.