1. 首页
  2. 编程语言
  3. C
  4. Linux网络下载文件
下载地址
用户评论
high_71231 2025-01-04 15:06:04

缺少头文件,不过应该只是4个宏而已 HttpDownloadFile.h #ifndef _HTTPDOWNLOADFILE_H_ #define _HTTPDOWNLOADFILE_H_ #define DOWNLOAD_ERROR_SSL 1 #define DOWNLOAD_ERROR_SUCCESS 2 #define DOWNLOAD_ERROR_PARAMNULL 3 #define DOWNLOAD_ERROR_SOCK 4 #endif