KSG_MD5_String.h
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:1k
源码类别:

模拟服务器

开发平台:

C/C++

  1. //////////////////////////////////////////////////////////////////////////////////////
  2. //
  3. //  FileName    :   KSG_MD5_String.h
  4. //  Version     :   1.0
  5. //  Creater     :   Freeway Chen
  6. //  Date        :   2003-7-29 17:53:17
  7. //  Comment     :   Conver String to MD5 String
  8. //
  9. //////////////////////////////////////////////////////////////////////////////////////
  10. #ifndef KSG_MD5_STRING_H
  11. #define KSG_MD5_STRING_H    1
  12. #include "KWin32.h"
  13. ENGINE_API int KSG_StringToMD5String(char szDestMD5String[64], const char cszSrcString[]);
  14. #endif // KSG_MD5_STRING_H