mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-07-16 03:44:24 +02:00
8 lines
125 B
C
8 lines
125 B
C
#ifndef MISC_H
|
|
#define MISC_H
|
|
|
|
double niceNum(double x, int round);
|
|
int str2int(const char *str, int len);
|
|
|
|
#endif // MISC_H
|