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       .fi
13

DESCRIPTION

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

VERSION

19       Fontconfig version 2.8.0
20
21
22
23                               18 November 2009                   FcStrCopy(3)
Impressum