讀取配置

#include<stdio.h> #include<stdlib.h> #include<string.h> #define MAX_CONFIG_LEN 512 void OI_CFG_STR(char *sConfigFilePath,char *sKey,char *sValue) { FILE *pstFile; char sLine[MAX_CONFIG_LEN]={0}; c
相關文章
相關標籤/搜索