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

📄 tools.c

📁 转发交易接口
💻 C
字号:
 /*===========================================================================
 *说明信息:  
 *	Such users have the right to use, modify, and incorporate this code 
 *	into other products for purposes authorized by the associated copyright 
 * 	notice with any such product.
 *
 *文件名称:  Tools.c 
 *修改记录:  1.
 *功能说明:
 *     1.函数名称: int GetPathNames(char *p_lpszAbsoPath,char *p_lpszFileName, 
 *                     char *p_lpszPathNames);
 *       功能: 取得相对WORKDIR目录的文件的绝对路径.
 *     2.函数名称: int Ltrim(char *p_lpszSource);
 *       功能: 数据左去空格
 *     3.函数名称: int Rtrim(char *p_lpszSource);
 *       功能: 数据右去空格

⌨️ 快捷键说明

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