Blame gl/hard-locale.h

Packit a4aae4
/* Determine whether a locale is hard.
Packit a4aae4
Packit a4aae4
   Copyright (C) 1999, 2003-2004, 2009-2017 Free Software Foundation, Inc.
Packit a4aae4
Packit a4aae4
   This program is free software: you can redistribute it and/or modify
Packit a4aae4
   it under the terms of the GNU Lesser General Public License as published by
Packit a4aae4
   the Free Software Foundation; either version 3 of the License, or
Packit a4aae4
   (at your option) any later version.
Packit a4aae4
Packit a4aae4
   This program is distributed in the hope that it will be useful,
Packit a4aae4
   but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit a4aae4
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit a4aae4
   GNU Lesser General Public License for more details.
Packit a4aae4
Packit a4aae4
   You should have received a copy of the GNU Lesser General Public License
Packit a4aae4
   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
Packit a4aae4
Packit a4aae4
#ifndef HARD_LOCALE_H_
Packit a4aae4
# define HARD_LOCALE_H_ 1
Packit a4aae4
Packit a4aae4
# include <stdbool.h>
Packit a4aae4
Packit a4aae4
bool hard_locale (int);
Packit a4aae4
Packit a4aae4
#endif /* HARD_LOCALE_H_ */