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

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