文件名称:readinifile_H
- 所属分类:
- Linux/Unix编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2008-10-13
- 文件大小:
- 972byte
- 下载次数:
- 0次
- 提 供 者:
- e***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
/*
* 读取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\"))
*/-/ * read INI file functions (C) * File : readinifile.h * Read INI File * char * GetInitKe y ('">, Section, Key) * Return Key =
* 读取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\"))
*/-/ * read INI file functions (C) * File : readinifile.h * Read INI File * char * GetInitKe y ('">, Section, Key) * Return Key =
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 27796737readinifile_h.rar 列表 ReadIni.h