1 2 3 4 5 6 7 8 9
#include <stdlib.h> long double strtold(const char * restrict nptr, char ** restrict endptr) { } /* STDC(199901) */