nanl.c 68 B

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