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

FcStrPlus - concatenate two strings

Description

This function allocates new storage and places the concatenation of s1 and s2 there, returning the new string. Fontconfig 2.15.0 04 July 2025 FcStrPlus(3)

Name

FcStrPlus - concatenate two strings

Synopsis

#include<fontconfig/fontconfig.h>FcChar8*FcStrPlus(constFcChar8*s1,constFcChar8*s2);

See Also