函数逻辑报告 |
Source Code:lib\string_helpers.c |
Create Date:2022-07-27 07:23:06 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:unescape_hex
函数原型:static bool unescape_hex(char **src, char **dst)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
char ** | src | |
char ** | dst |
186 | 如果q自加不等于'x'则返回:false |
189 | num等于digit等于十六进制数字转换为实数 |
190 | 如果digit小于0则返回:false |
193 | digit等于十六进制数字转换为实数 |
194 | 如果digit大于等于0则 |
199 | dst加等于1 |
201 | 返回:true |
名称 | 描述 |
---|---|
string_unescape | string_unescape - unquote characters in the given string*@src: source buffer (escaped)*@dst: destination buffer (unescaped)*@size: size of the destination buffer (0 to unlimit)*@flags: combination of the flags.* Description: |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |