#include #include #include "test_helpers.h" int main(void) { double d = atof("-3.14"); printf("%f\n", d); }