ATOF - convert ASCII string to floating point. (ANSI Standard). Usage: #include <stdlib.h> x = atof(s);. Where: const char *s;: points to a string of ASCII ...
確定! 回上一頁