FcStrBuildFilename.3 revision 1cc69409
auto-generated by docbook2man-spec from docbook-utils package
"FcStrBuildFilename" "3" "27 1月 2023" "Fontconfig 2.14.2" ""
NAME
FcStrBuildFilename - Concatenate strings as a file path
SYNOPSIS
#include <fontconfig/fontconfig.h>
FcChar8 * FcStrBuildFilename (const FcChar8 *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.