|
NAMEFcStrBuildFilename - Concatenate strings as a file pathSYNOPSIS#include <fontconfig/fontconfig.h> FcChar8 * FcStrBuildFilename (const FcChar8 *path, ...); DESCRIPTIONCreates 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.
Visit the GSP FreeBSD Man Page Interface. |