xmlversion.h
Macro LIBXML_TEST_VERSION
Sintaxis
/** * LIBXML_TEST_VERSION: * * Macro to check that the libxml version in use is compatible with * the version the software has been compiled against */ #define LIBXML_TEST_VERSION xmlCheckVersion(20903);
Descripción
Macro para comprobar que la versión de libxml en uso es compatible con la versión con la que se ha compilado el software.