1FcStrCopy(3) FcStrCopy(3)
23
4
NAME
6FcStrCopy - duplicate a string
7
SYNOPSIS
9#include <fontconfig.h>
1011
FcChar8 * FcStrCopy (const FcChar8 *s);
12
DESCRIPTION
14Allocates memory, copies s and returns the resulting buffer. Yes, this
15is strdup, but that function isn't available on every platform.
16
VERSION
18Fontconfig version 2.4.2
1920
21
22
11 May 2007 FcStrCopy(3)