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

Go to the source code of this file.

Functions

static __inline__ void fb_hStrConcat (char *dst, const char *str1, ssize_t len1, const char *str2, ssize_t len2)
 
FBCALL FBSTRINGfb_StrConcat (FBSTRING *dst, void *str1, ssize_t str1_size, void *str2, ssize_t str2_size)
 

Function Documentation

static __inline__ void fb_hStrConcat ( char *  dst,
const char *  str1,
ssize_t  len1,
const char *  str2,
ssize_t  len2 
)
static

Definition at line 6 of file str_concat.c.

Here is the call graph for this function:

Here is the caller graph for this function:

FBCALL FBSTRING* fb_StrConcat ( FBSTRING dst,
void *  str1,
ssize_t  str1_size,
void *  str2,
ssize_t  str2_size 
)

Definition at line 20 of file str_concat.c.

Here is the call graph for this function: