source:
vendor/grep/2.5.1a/lib/hard-locale.h
| Last change on this file was 2557, checked in by , 20 years ago | |
|---|---|
| File size: 318 bytes | |
| Rev | Line | |
|---|---|---|
| [2557] | 1 | #ifndef HARD_LOCALE_H_ |
| 2 | # define HARD_LOCALE_H_ 1 | |
| 3 | ||
| 4 | # if HAVE_CONFIG_H | |
| 5 | # include <config.h> | |
| 6 | # endif | |
| 7 | ||
| 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 | |
| 15 | ||
| 16 | int hard_locale PARAMS ((int)); | |
| 17 | ||
| 18 | #endif /* HARD_LOCALE_H_ */ |
Note:
See TracBrowser
for help on using the repository browser.
