1FcStrCopy(3)                                                      FcStrCopy(3)
2
3
4

NAME

6       FcStrCopy - duplicate a string
7

SYNOPSIS

9       #include <fontconfig.h>
10
11       FcChar8 * FcStrCopy (const FcChar8 *s);
12

DESCRIPTION

14       Allocates memory, copies s and returns the resulting buffer.  Yes, this
15       is strdup, but that function isn't available on every platform.
16

VERSION

18       Fontconfig version 2.4.2
19
20
21
22                                  11 May 2007                     FcStrCopy(3)
Impressum