#ifndef AFUN_HASH_H #define AFUN_HASH_H #include "aFunToolExport.h" /* 哈希工具 */ typedef long int time33_t; AFUN_TOOL_EXPORT time33_t time33(char *str); AFUN_TOOL_EXPORT time33_t w_time33(wchar_t *str); #endif //AFUN_HASH_H