Rechercher une page de manuel
FcStrCopy
Langue: en
Version: 14 January 2008 (mandriva - 01/05/08)
Section: 3 (Bibliothèques de fonctions)
Sommaire
NAME
FcStrCopy - duplicate a stringSYNOPSIS
#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.5.0
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre