hash.h 236 B

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