You are missing an include : #include <stdlib.h> , so GCC creates an implicit declaration of atof and atod , leading to garbage values.
確定! 回上一頁