Manual Reference Pages  - FcStrCopy (3)

NAME

FcStrCopy - duplicate a string

CONTENTS

Synopsis

SYNOPSIS

#include <fontconfig.h>

FcChar8 * FcStrCopy (const FcChar8 *s);

DESCRIPTION

Allocates memory, copies s and returns the resulting buffer. Yes, this is strdup, but that function isn’t available on every platform.

VERSION

Fontconfig version 2.2.3

Jump to page    or go to Top of page |  Section 3 |  Main Index.


FcStrCopy (3) 30 June 2004
Generated by manServer 1.07 from /usr/share/man/man3/FcStrCopy.3.gz using man macros.