1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-07-14 02:45:09 +02:00
Files
GPXSee/src/nicenum.h
2016-01-14 00:37:51 +01:00

7 lines
95 B
C

#ifndef NICENUM_H
#define NICENUM_H
double niceNum(double x, int round);
#endif // NICENUM_H