]> git.proxmox.com Git - wasi-libc.git/blob - libc-top-half/musl/src/locale/pleval.h
WASI libc prototype implementation.
[wasi-libc.git] / libc-top-half / musl / src / locale / pleval.h
1 #ifndef PLEVAL_H
2 #define PLEVAL_H
3
4 #include <features.h>
5
6 hidden unsigned long __pleval(const char *, unsigned long);
7
8 #endif