1 .\" auto-generated by docbook2man-spec from docbook-utils package
2 .TH "FcStrPlus" "3" "26 11月 2012" "" ""
4 FcStrPlus \- concatenate two strings
7 \fB#include <fontconfig.h>
9 FcChar8 * FcStrPlus (const FcChar8 *\fIs1\fB, const FcChar8 *\fIs2\fB);
13 This function allocates new storage and places the concatenation of
14 \fIs1\fR and \fIs2\fR there, returning the
18 Fontconfig version 2.10.2