mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-01-31 09:05:14 +01:00
8 lines
126 B
C
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
|