logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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