1#include <math.h>
2
3long double nanl(const char* s) {
4    return NAN;
5}
6