From cc4be69e76709579c80efcc24801004461011c46 Mon Sep 17 00:00:00 2001 From: yy1717 <fctom1215@outlook.com> Date: 星期二, 14 一月 2020 11:17:09 +0800 Subject: [PATCH] s --- lib/src/main/cpp/utils/xconvert.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/lib/src/main/cpp/utils/xconvert.h b/lib/src/main/cpp/utils/xconvert.h index 6ed2249..7278c0c 100644 --- a/lib/src/main/cpp/utils/xconvert.h +++ b/lib/src/main/cpp/utils/xconvert.h @@ -10,5 +10,6 @@ void ConvertPhoneNum(uint8_t *dst, int length, const char *src); void ConvertHex2String(char *str, const uint8_t *hex, int length); void ConvertString2Hex(uint8_t *hex, int length, const char *str); +uint32_t TimeMakeComposite(int year, int month, int day, int hour, int minute, int second); #endif //MYAPPLICATION2_XCONVERT_H -- Gitblit v1.8.0