Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 5.6

FcStrBasename(3)


FcStrBasename

FcStrBasename

NAME
SYNOPSIS
DESCRIPTION
VERSION

NAME

FcStrBasename − last component of filename

SYNOPSIS

#include <fontconfig.h>

FcChar8 * FcStrBasename (const FcChar8 *file);

DESCRIPTION

Returns the filename of file stripped of any leading directory names. This is returned in newly allocated storage which should be freed when no longer needed.

VERSION

Fontconfig version 2.4.1



FcStrBasename(3)