6 lines
69 B
C
6 lines
69 B
C
|
#ifndef UTILS_H
|
||
|
#define UTILS_H
|
||
|
|
||
|
double round2(double value);
|
||
|
|
||
|
#endif
|