1FcStrDirname(3) FcStrDirname(3)
23
4
NAME
6FcStrDirname - directory part of filename
7
SYNOPSIS
9#include <fontconfig.h>
1011
FcChar8 * FcStrDirname(const FcChar8 *file);
12.fi
13
DESCRIPTION
15Returns the directory containing file. This is returned in newly allo‐
16cated storage which should be freed when no longer needed.
17
VERSION
19Fontconfig version 2.8.0
2021
22
23
18 November 2009 FcStrDirname(3)