www.digitalmars.com         C & C++   DMDScript  

c++ - printf problem

The following code compiled with dmc v8.34.12 return 0:

#include <stdio.h>
#include <math.h>

int main(){
printf("%Lg\n", nanl(0));
return 0;
}

Steve
Aug 07 2003