/*
* 读取INI文件的函数(C语言)
* File: readINIFile.h
* Read INI File
* char* GetInitKey(FileName, Section, Key)
* Return Key=>Value
* + [config]
* + dbhost=localhost
*
* strcpy(dbhost,GetInitKey("config.ini", "config", "dbhost"))
*/
标签:
File
readINIFile
GetInitKey
INI
上传时间:
2015-07-01
上传用户:李彦东