⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rwini.h

📁 一个用于银行视频联播网中客户端广告机的网络通信部分
💻 H
字号:
#ifndef _RWINI_H
#define _RWINI_H

/*clear buffer right blank*/
int strTrimlr(char buffer [ ]);
/*split key and value*/
 void SplitKeyVal(char buff[],char buf1[], char buf2[]);
/*read a new line from config file */
int FGetLine(FILE *fp, char *buffer, int maxlen); 
/*copy a file to another file*/
 void FileCopy(char *source_file, char *dest_file); 
/*read config file ,and get it's either value*/
 int ConfigGetKey(char *CFG_file, void *section, void *key, char buf[]); 
/*write a new value into config file*/
 int ConfigSetKey(char *CFG_file, void *section, void *key, void *buf); 
#endif


⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -