摘要:
#include <stdio.h> #include <errno.h> #include <assert.h> typedef enum STATE { SUCCESS, // 成功 FILE_ERROE, // 文件错误 NO_MATCH, // 不匹配 OTHER, // 其它错误 }STA 阅读全文
posted @ 2017-06-17 17:19
mthoutai
阅读(250)
评论(0)
推荐(0)
浙公网安备 33010602011771号