#ifndef MISC_H #define MISC_H double niceNum(double x, int round); int str2int(const char *str, int len); #endif // MISC_H