linux下C语言实现MD5计算源码100行代码intmain(){charmd5_str[40]={0};get_md5("./main.c",md5_str);printf("=============>%s\n",md5_str);return0;}