musl-tcc/src/locale/pleval.h

9 lines
126 B
C
Raw Normal View History

2022-03-20 08:48:53 +00:00
#ifndef PLEVAL_H
#define PLEVAL_H
#include <features.h>
hidden unsigned long __pleval(const char *, unsigned long);
#endif