1FcStrCopy(3) FcStrCopy(3)
23
4
NAME
6FcStrCopy - duplicate a string
7
SYNOPSIS
9#include <fontconfig/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.
1617
18
19
Fontconfig 2.14.2 27 1月 2023 FcStrCopy(3)