mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-11 22:54:02 +02:00
Do not include config.h; no longer needed. Anyway, config.h should always be included before any other file.
7 lines
102 B
C
7 lines
102 B
C
#ifndef HARD_LOCALE_H_
|
|
# define HARD_LOCALE_H_ 1
|
|
|
|
int hard_locale (int);
|
|
|
|
#endif /* HARD_LOCALE_H_ */
|