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
DESCRIPTION
14Returns the directory containing file. This is returned in newly allo‐
15cated storage which should be freed when no longer needed.
16
VERSION
18Fontconfig version 2.4.2
1920
21
22
11 May 2007 FcStrDirname(3)