FreeBASIC  0.91.0
fb_legacy.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

FBCALL FBSTRINGfb_LCASE (FBSTRING *src)
 
FBCALL FBSTRINGfb_UCASE (FBSTRING *src)
 
FBCALL FB_WCHARfb_WstrLcase (const FB_WCHAR *src)
 
FBCALL FB_WCHARfb_WstrUcase (const FB_WCHAR *src)
 

Function Documentation

FBCALL FBSTRING* fb_LCASE ( FBSTRING src)

Definition at line 3 of file legacy_str_lcase.c.

Here is the call graph for this function:

FBCALL FBSTRING* fb_UCASE ( FBSTRING src)

Definition at line 3 of file legacy_str_ucase.c.

Here is the call graph for this function:

FBCALL FB_WCHAR* fb_WstrLcase ( const FB_WCHAR src)

Definition at line 3 of file legacy_strw_lcase.c.

Here is the call graph for this function:

FBCALL FB_WCHAR* fb_WstrUcase ( const FB_WCHAR src)

Definition at line 3 of file legacy_strw_ucase.c.

Here is the call graph for this function: