mirror of
git://git.sv.gnu.org/coreutils
synced 2026-05-11 09:29:34 -04:00
8b384adc97
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_ */
|