table of contents
other versions
- trixie 2.15.0-2.3
- testing 2.15.0-2.4
- unstable 2.15.0-2.4
- experimental 2.17.1-1
FcStrCopy(3) | FcStrCopy(3) |
NAME¶
FcStrCopy - duplicate a string
SYNOPSIS¶
#include <fontconfig/fontconfig.h>
FcChar8 * FcStrCopy (const FcChar8 *s);
DESCRIPTION¶
Allocates memory, copies s and returns the resulting buffer. Yes, this is strdup, but that function isn't available on every platform.
04 April 2025 | Fontconfig 2.15.0 |