repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
diffutils
/
lib
/
hard-locale.h
blob
a37fe34bb33baa1f3ee99e9989aafa6f70ab07ff
1
/* $NetBSD$ */
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_ */