Searched refs:double_ptr (Results 1 – 2 of 2) sorted by relevance
158 int str2double(const char * str, double * double_ptr) in str2double() argument161 if (!str || !double_ptr) in str2double()164 *double_ptr = 0; in str2double()166 *double_ptr = strtod(str, &end_ptr); in str2double()
76 int str2double(const char * str, double * double_ptr);