摘要:
#include #include #include #define MAX_CONFIG_LEN 512 void OI_CFG_STR(char *sConfigFilePath,char *sKey,char *sValue) { FILE *pstFile; char sLine[MAX_CONFIG_LEN]={0}; char *pCurLine=NULL; char *d... 阅读全文
posted @ 2017-01-24 14:34
″ Jerry。
阅读(105)
评论(0)
推荐(0)