/*
* 讀取INI文件的函數(shù)(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"))
*/
標(biāo)簽:
FILe
readiniFILe
GetInitKey
INI
上傳時(shí)間:
2015-07-01
上傳用戶:李彥東