/*
* 讀取INI文件的函數(shù)(C語(yǔ)言)
* File: readinifile.h
* Read INI File
* char* GetInitKey(FileName, Section, Key)
* Return Key=>Value
* + [config]
* + dbhost=localhost
*
* strcpy(dbhost,GetInitKey("config.ini", "config", "dbhost"))
*/
標(biāo)簽:
File
readinifile
GetInitKey
INI
上傳時(shí)間:
2015-07-01
上傳用戶:李彥東