a9fe3cd718f06fef07d1058c9d14cc230179ef7d
[platform/upstream/fontconfig.git] / doc / FcStrCopy.3
1 .\" auto-generated by docbook2man-spec from docbook-utils package
2 .TH "FcStrCopy" "3" "26 11月 2012" "" ""
3 .SH NAME
4 FcStrCopy \- duplicate a string
5 .SH SYNOPSIS
6 .nf
7 \fB#include <fontconfig.h>
8 .sp
9 FcChar8 * FcStrCopy (const FcChar8 *\fIs\fB);
10 .fi\fR
11 .SH "DESCRIPTION"
12 .PP
13 Allocates memory, copies \fIs\fR and returns the resulting
14 buffer. Yes, this is \fBstrdup\fR, but that function isn't
15 available on every platform.
16 .SH "VERSION"
17 .PP
18 Fontconfig version 2.10.2