xref: /netbsd-src/external/gpl2/grep/dist/lib/hard-locale.h (revision a8fa202a6440953be7b92a8960a811bff58203f4)
1 /*	$NetBSD: hard-locale.h,v 1.1.1.1 2016/01/10 21:36:18 christos Exp $	*/
2 
3 #ifndef HARD_LOCALE_H_
4 # define HARD_LOCALE_H_ 1
5 
6 # if HAVE_CONFIG_H
7 #  include <config.h>
8 # endif
9 
10 # ifndef PARAMS
11 #  if defined PROTOTYPES || (defined __STDC__ && __STDC__)
12 #   define PARAMS(Args) Args
13 #  else
14 #   define PARAMS(Args) ()
15 #  endif
16 # endif
17 
18 int hard_locale PARAMS ((int));
19 
20 #endif /* HARD_LOCALE_H_ */
21