bbf1321ada4f86ece6a9f7d6525192abdc0da1b1
[platform/upstream/fontconfig.git] / doc / FcStrPlus.3
1 .\" auto-generated by docbook2man-spec from docbook-utils package
2 .TH "FcStrPlus" "3" "10 1月 2013" "" ""
3 .SH NAME
4 FcStrPlus \- concatenate two strings
5 .SH SYNOPSIS
6 .nf
7 \fB#include <fontconfig/fontconfig.h>
8 .sp
9 FcChar8 * FcStrPlus (const FcChar8 *\fIs1\fB, const FcChar8 *\fIs2\fB);
10 .fi\fR
11 .SH "DESCRIPTION"
12 .PP
13 This function allocates new storage and places the concatenation of
14 \fIs1\fR and \fIs2\fR there, returning the
15 new string.
16 .SH "VERSION"
17 .PP
18 Fontconfig version 2.10.91