1FcStrPlus(3)                                                      FcStrPlus(3)
2
3
4

NAME

6       FcStrPlus - concatenate two strings
7

SYNOPSIS

9       #include <fontconfig/fontconfig.h>
10
11       FcChar8 * FcStrPlus (const FcChar8 *s1, const FcChar8 *s2);
12

DESCRIPTION

14       This  function allocates new storage and places the concatenation of s1
15       and s2 there, returning the new string.
16
17
18
19Fontconfig 2.13.93               28 11月 2020                     FcStrPlus(3)
Impressum