1 2 3 4 5 6 7 8
#ifndef PLEVAL_H #define PLEVAL_H #include <features.h> hidden unsigned long __pleval(const char *, unsigned long); #endif