hash.hpp 198 B

12345678910
  1. #ifndef AFUN_HASH_HPP
  2. #define AFUN_HASH_HPP
  3. #include "aFunToolExport.h"
  4. /* 哈希工具 */
  5. typedef long int time33_t;
  6. AFUN_TOOL_EXPORT time33_t time33(const char *str);
  7. #endif //AFUN_HASH_HPP