函数逻辑报告 |
Source Code:lib\vsprintf.c |
Create Date:2022-07-27 07:09:13 |
Last Modify:2022-05-21 09:47:42 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:This will print a single '0' even if r == 0, since we would* immediately jump to out_r where two 0s would be written but only* one of them accounted for in buf. This is needed by ip4_string* below. All other callers pass a non-zero value of r.
函数原型:static __attribute__((__noinline__)) char *put_dec_trunc8(char *buf, unsigned r)
返回类型:char
参数:
类型 | 参数 | 名称 |
---|---|---|
char * | buf | |
unsigned | r |
198 | buf加等于2 |
207 | buf加等于2 |
216 | buf加等于2 |
217 | out_q : |
220 | out_r : |
224 | 返回:buf |
名称 | 描述 |
---|---|
put_dec | Based on code by Douglas W. Jones found at* |
ip4_string |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |