logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

FcStrCopy - duplicate a string

Description

Allocates memory, copies s and returns the resulting buffer. Yes, this is strdup, but that function isn't available on every platform. Fontconfig 2.15.0 04 July 2025 FcStrCopy(3)

Name

FcStrCopy - duplicate a string

Synopsis

#include<fontconfig/fontconfig.h>FcChar8*FcStrCopy(constFcChar8*s);

See Also