1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-02-01 01:25:13 +01:00
GPXSee/src/common/util.h

8 lines
126 B
C
Raw Normal View History

2018-10-11 18:19:35 +02:00
#ifndef UTIL_H
#define UTIL_H
int str2int(const char *str, int len);
double niceNum(double x, bool round);
2018-10-11 18:19:35 +02:00
#endif // UTIL_H