make mkostemps source file include the header for its declaration
[musl] / src / locale / pleval.h
1 #ifndef PLEVAL_H
2 #define PLEVAL_H
3
4 unsigned long __pleval(const char *, unsigned long);
5
6 #endif