1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-01-31 09:05:14 +01:00
GPXSee/src/common/util.h
2019-05-23 08:44:55 +02:00

8 lines
126 B
C

#ifndef UTIL_H
#define UTIL_H
int str2int(const char *str, int len);
double niceNum(double x, bool round);
#endif // UTIL_H