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

NAME

6       FcStrCopy - duplicate a string
7

SYNOPSIS

9       #include <fontconfig/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
17
18
19Fontconfig 2.13.94                29 6月 2021                     FcStrCopy(3)
Impressum