1FcStrBasename(3) FcStrBasename(3)
23
4
NAME
6FcStrBasename - last component of filename
7
SYNOPSIS
9#include <fontconfig.h>
1011
FcChar8 * FcStrBasename (const FcChar8 *file);
12
DESCRIPTION
14Returns the filename of file stripped of any leading directory names.
15This is returned in newly allocated storage which should be freed when
16no longer needed.
17
VERSION
19Fontconfig version 2.4.2
2021
22
23
11 May 2007 FcStrBasename(3)