FcStrCopy.3 revision a6844aab
1.\\" auto-generated by docbook2man-spec $Revision: 1.1.1.2 $
2.TH "FcStrCopy" "3" "18 November 2009" "" ""
3.SH NAME
4FcStrCopy \- duplicate a string
5.SH SYNOPSIS
6.nf
7\fB#include <fontconfig.h>
8.sp
9FcChar8 * FcStrCopy(const FcChar8 *\fIs\fB);
10\fR.fi
11.SH "DESCRIPTION"
12.PP
13Allocates memory, copies \fIs\fR and returns the resulting
14buffer. Yes, this is \fBstrdup\fR, but that function isn't
15available on every platform.
16.SH "VERSION"
17.PP
18Fontconfig version 2.8.0
19