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

Go to the source code of this file.

Functions

FBCALL FB_WCHARfb_WstrConcatWA (const FB_WCHAR *str1, const void *str2, ssize_t str2_size)
 
FBCALL FB_WCHARfb_WstrConcatAW (const void *str1, ssize_t str1_size, const FB_WCHAR *str2)
 

Function Documentation

FBCALL FB_WCHAR* fb_WstrConcatAW ( const void *  str1,
ssize_t  str1_size,
const FB_WCHAR str2 
)

Definition at line 40 of file strw_convconcat.c.

Here is the call graph for this function:

FBCALL FB_WCHAR* fb_WstrConcatWA ( const FB_WCHAR str1,
const void *  str2,
ssize_t  str2_size 
)

Definition at line 5 of file strw_convconcat.c.

Here is the call graph for this function: