1FcStrFree(3)                                                      FcStrFree(3)
2
3
4

NAME

6       FcStrFree - free a string
7

SYNOPSIS

9       #include <fontconfig.h>
10
11       void FcStrFree(FcChar8 *s);
12       .fi
13

DESCRIPTION

15       This is just a wrapper around free(3) which helps track memory usage of
16       strings within the fontconfig library.
17

VERSION

19       Fontconfig version 2.8.0
20
21
22
23                               18 November 2009                   FcStrFree(3)
Impressum