1FcStrPlus(3) FcStrPlus(3)
23
4
NAME
6FcStrPlus - concatenate two strings
7
SYNOPSIS
9#include <fontconfig/fontconfig.h>
1011
FcChar8 * FcStrPlus (const FcChar8 *s1, const FcChar8 *s2);
12
DESCRIPTION
14This function allocates new storage and places the concatenation of s1
15and s2 there, returning the new string.
1617
18
19
Fontconfig 2.13.1 30 8月 2018 FcStrPlus(3)