// atof.h #pragma once #ifdef __cplusplus extern "C" { #endif double atof(const char *s); #ifdef __cplusplus } #endif