1. NAME

FcStrPlus - concatenate two strings

2. SYNOPSIS

 
Sélectionnez
\fB#include <fontconfig.h>
 
 FcChar8 * FcStrPlus(const FcChar8 *\fIs1\fB);
 (const FcChar8 *\fIs2\fB);
 \fR.fi

3. DESCRIPTION

This function allocates new storage and places the concatenation of s1 and s2 there, returning the new string.

4. VERSION

Fontconfig version 2.8.0