#include long double strtold(const char * restrict nptr, char ** restrict endptr) { (void)nptr; (void)endptr; return 0; } /* STDC(199901) */