Searched defs:ImAtof (Results 1 – 2 of 2) sorted by relevance
222 static inline double ImAtof(const char* s) { return atof(s); } in ImAtof() function
394 #define ImAtof(STR) atof(STR) macro