from small one page howto to huge articles all in one place
Last additions:
May 25th. 2007:
April, 26th. 2006:
| You are here: manpages
FcStrBuildFilename
Section: (3) Updated: 02 July 2025 Index
Return to Main Contents
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 nul-terminated.
This returns a newl-allocated memory which should be freed when no longer needed.
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
|