1FcStrPlus(3) FcStrPlus(3)
23
4
NAME
6FcStrPlus - concatenate two strings
7
SYNOPSIS
9#include <fontconfig.h>
1011
FcChar8 * FcStrPlus(const FcChar8 *s1);
12(const FcChar8 *s2);
13.fi
14
DESCRIPTION
16This function allocates new storage and places the concatenation of s1
17and s2 there, returning the new string.
18
VERSION
20Fontconfig version 2.8.0
2122
23
24
18 November 2009 FcStrPlus(3)