From 2bd86aabc7a0eb9d0f3eaeaef7f4eba63f62bbaa Mon Sep 17 00:00:00 2001 From: lizhanwei <Dana_Lee1016@126.com> Date: 星期三, 08 一月 2020 14:17:58 +0800 Subject: [PATCH] Merge b --- lib/src/main/cpp/utils/num.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/lib/src/main/cpp/utils/num.h b/lib/src/main/cpp/utils/num.h index 45e1937..174d46f 100644 --- a/lib/src/main/cpp/utils/num.h +++ b/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 -- Gitblit v1.8.0