*** empty log message ***
[gnulib.git] / lib / hard-locale.h
blob5b054d9a5cb974cd08c97cb916739d9b633c2fe2
1 #ifndef HARD_LOCALE_H_
2 # define HARD_LOCALE_H_ 1
4 # if HAVE_CONFIG_H
5 # include <config.h>
6 # endif
8 # ifndef PARAMS
9 # if defined PROTOTYPES || (defined __STDC__ && __STDC__)
10 # define PARAMS(Args) Args
11 # else
12 # define PARAMS(Args) ()
13 # endif
14 # endif
16 int hard_locale PARAMS ((int));
18 #endif /* HARD_LOCALE_H_ */