/* Copyright (C) 1995-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@gnu.org>, 1995. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see <http://www.gnu.org/licenses/>. */#ifdef HAVE_CONFIG_H#include<config.h>#endif#include<byteswap.h>#include<langinfo.h>#include<limits.h>#include<stdlib.h>#include<string.h>#include<stdint.h>#include<sys/uio.h>#include<assert.h>#include"localedef.h"#include"linereader.h"#include"localeinfo.h"#include"locfile.h"/* The real definition of the struct for the LC_MONETARY locale. */structlocale_monetary_t{constchar*int_curr_symbol;constchar*currency_symbol;constchar*mon_decimal_point;constchar*mon_thousands_sep;uint32_tmon_decimal_point_wc;uint32_tmon_thousands_sep_wc;char*mon_grouping;size_tmon_grouping_len;constchar*positive_sign;constchar*negative_sign;signedchar