diff options
Diffstat (limited to 'src/locale/pleval.h')
-rw-r--r-- | src/locale/pleval.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/locale/pleval.h b/src/locale/pleval.h new file mode 100644 index 0000000..cc515f4 --- /dev/null +++ b/src/locale/pleval.h @@ -0,0 +1,8 @@ +#ifndef PLEVAL_H +#define PLEVAL_H + +#include <features.h> + +hidden unsigned long __pleval(const char *, unsigned long); + +#endif |