1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-07 07:13:21 +02:00
GPXSee/src/misc.h

8 lines
125 B
C
Raw Normal View History

2016-07-25 19:32:36 +02:00
#ifndef MISC_H
#define MISC_H
double niceNum(double x, int round);
2016-11-16 23:54:15 +01:00
int str2int(const char *str, int len);
2016-07-25 19:32:36 +02:00
#endif // MISC_H