FreeBASIC
0.91.0
|
#include "fb.h"
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 FBSTRING * | fb_StrConcat (FBSTRING *dst, void *str1, ssize_t str1_size, void *str2, ssize_t str2_size) |
|
static |
Definition at line 6 of file str_concat.c.