#include #include int main(int argc, char* argv[]) { double d = atof("1.0"); printf("%f\n", d); return 0; }