lib/src/main/cpp/utils/num.h @@ -9,5 +9,6 @@ long str2int(const uint8_t *s, uint16_t length); bool str2float(double *f, const uint8_t *s, uint16_t length); int BitCount(uint32_t n); #endif //RTKDRIVERTEST_NUM_H