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

FcStrBuildFilename - Concatenate strings as a file path

Description

Creates a filename from the given elements of strings as file paths and concatenate them with the appropriate file separator. Arguments must be null-terminated. This returns a newly-allocated memory which should be freed when no longer needed. Fontconfig 2.15.0 04 July 2025 FcStrBuildFilename(3)

Name

FcStrBuildFilename - Concatenate strings as a file path

Synopsis

#include<fontconfig/fontconfig.h>FcChar8*FcStrBuildFilename(constFcChar8*path,...);

See Also