KSG_MD5_String.h
Upload User: dzyhzl
Upload Date: 2019-04-29
Package Size: 56270k
Code Size: 1k
Development Platform:

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