mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-07-14 02:45:09 +02:00
7 lines
95 B
C
7 lines
95 B
C
#ifndef NICENUM_H
|
|
#define NICENUM_H
|
|
|
|
double niceNum(double x, int round);
|
|
|
|
#endif // NICENUM_H
|