mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-06-27 03:29:16 +02:00
@ -17,7 +17,7 @@ int str2int(const char *str, int len)
|
||||
return res;
|
||||
}
|
||||
|
||||
double niceNum(double x, int round)
|
||||
double niceNum(double x, bool round)
|
||||
{
|
||||
int expv;
|
||||
double f;
|
||||
|
@ -2,6 +2,6 @@
|
||||
#define UTIL_H
|
||||
|
||||
int str2int(const char *str, int len);
|
||||
double niceNum(double x, int round);
|
||||
double niceNum(double x, bool round);
|
||||
|
||||
#endif // UTIL_H
|
||||
|
Reference in New Issue
Block a user