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

Go to the source code of this file.

Functions

FBCALL FB_WCHARfb_WstrAssignFromA (FB_WCHAR *dst, ssize_t dst_chars, void *src, ssize_t src_size)
 
FBCALL void * fb_WstrAssignToAEx (void *dst, ssize_t dst_chars, FB_WCHAR *src, int fill_rem, int is_init)
 
FBCALL void * fb_WstrAssignToA (void *dst, ssize_t dst_chars, FB_WCHAR *src, int fill_rem)
 
FBCALL void * fb_WstrAssignToA_Init (void *dst, ssize_t dst_chars, FB_WCHAR *src, int fill_rem)
 

Function Documentation

FBCALL FB_WCHAR* fb_WstrAssignFromA ( FB_WCHAR dst,
ssize_t  dst_chars,
void *  src,
ssize_t  src_size 
)

Definition at line 6 of file strw_convassign.c.

Here is the call graph for this function:

Here is the caller graph for this function:

FBCALL void* fb_WstrAssignToA ( void *  dst,
ssize_t  dst_chars,
FB_WCHAR src,
int  fill_rem 
)

Definition at line 125 of file strw_convassign.c.

Here is the call graph for this function:

Here is the caller graph for this function:

FBCALL void* fb_WstrAssignToA_Init ( void *  dst,
ssize_t  dst_chars,
FB_WCHAR src,
int  fill_rem 
)

Definition at line 136 of file strw_convassign.c.

Here is the call graph for this function:

FBCALL void* fb_WstrAssignToAEx ( void *  dst,
ssize_t  dst_chars,
FB_WCHAR src,
int  fill_rem,
int  is_init 
)

Definition at line 42 of file strw_convassign.c.

Here is the call graph for this function:

Here is the caller graph for this function: