diff options
Diffstat (limited to 'libc-top-half/musl/src/locale/pleval.h')
-rw-r--r-- | libc-top-half/musl/src/locale/pleval.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libc-top-half/musl/src/locale/pleval.h b/libc-top-half/musl/src/locale/pleval.h new file mode 100644 index 0000000..cc515f4 --- /dev/null +++ b/libc-top-half/musl/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 |