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

Go to the source code of this file.

Functions

FBCALL void * fb_StrAssignEx (void *dst, ssize_t dst_size, void *src, ssize_t src_size, int fill_rem, int is_init)
 
FBCALL void * fb_StrAssign (void *dst, ssize_t dst_size, void *src, ssize_t src_size, int fill_rem)
 
FBCALL void * fb_StrInit (void *dst, ssize_t dst_size, void *src, ssize_t src_size, int fill_rem)
 

Function Documentation

FBCALL void* fb_StrAssign ( void *  dst,
ssize_t  dst_size,
void *  src,
ssize_t  src_size,
int  fill_rem 
)

Definition at line 133 of file str_assign.c.

Here is the call graph for this function:

Here is the caller graph for this function:

FBCALL void* fb_StrAssignEx ( void *  dst,
ssize_t  dst_size,
void *  src,
ssize_t  src_size,
int  fill_rem,
int  is_init 
)

Definition at line 6 of file str_assign.c.

Here is the call graph for this function:

Here is the caller graph for this function:

FBCALL void* fb_StrInit ( void *  dst,
ssize_t  dst_size,
void *  src,
ssize_t  src_size,
int  fill_rem 
)

Definition at line 145 of file str_assign.c.

Here is the call graph for this function: