summaryrefslogtreecommitdiff
path: root/dist/fontconfig/doc/FcStrCopy.3
blob: 3894cd5c4042d21f0d6fed85946d593164950c34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.\" auto-generated by docbook2man-spec from docbook-utils package
.TH "FcStrCopy" "3" "21 10月 2022" "Fontconfig 2.14.1" ""
.SH NAME
FcStrCopy \- duplicate a string
.SH SYNOPSIS
.nf
\fB#include <fontconfig/fontconfig.h>
.sp
FcChar8 * FcStrCopy (const FcChar8 *\fIs\fB);
.fi\fR
.SH "DESCRIPTION"
.PP
Allocates memory, copies \fIs\fR and returns the resulting
buffer. Yes, this is \fBstrdup\fR, but that function isn't
available on every platform.