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

NAME

6       FcStrPlus - concatenate two strings
7

SYNOPSIS

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

DESCRIPTION

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

VERSION

20       Fontconfig version 2.8.0
21
22
23
24                               18 November 2009                   FcStrPlus(3)
Impressum