musl-tcc/src/locale/pleval.h
2022-03-20 16:48:53 +08:00

9 lines
126 B
C

#ifndef PLEVAL_H
#define PLEVAL_H
#include <features.h>
hidden unsigned long __pleval(const char *, unsigned long);
#endif