YoushouldhavereceivedacopyoftheGNUGeneralPublicLicensealongwith
the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */
#include"config.h"
#if HAVE_NL_TYPES_H #include <nl_types.h> /* for nl_item */ #endif
#if HAVE_LANGINFO_H #include <langinfo.h> /* for nl_langinfo */ #endif
#if HAVE_LOCALE_H #include <locale.h> /* for lconv */ #endif
/* Replace the libc localeconv and nl_langinfo with ones we can manipulate.
ThisisdoneinaCfilesinceifitwasinaC++filethenwe'dhaveto matchthe"throw"orlackthereofdeclaredforlocaleconvin<locale.h>. g++3.2givesanerroraboutmismatchedthrowsunder"-pedantic",other
C++ compilers may very possibly do so too. */
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.