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