函数逻辑报告 |
Source Code:lib\vsprintf.c |
Create Date:2022-07-27 07:09:14 |
Last Modify:2022-05-21 09:47:42 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Based on code by Douglas W. Jones found at* <http://www.cs.uiowa.edu/~jones/bcd/decimal.html#sixtyfour>* (with permission from the author).* Performs no 64-bit division and hence should be fast on 32-bit machines.
函数原型:static char *put_dec(char *buf, unsigned long long n)
返回类型:char
参数:
类型 | 参数 | 名称 |
---|---|---|
char * | buf | |
unsigned long long | n |
327 | buf加等于12 |
331 | buf先自减 |
333 | 返回:buf |
名称 | 描述 |
---|---|
num_to_str | Convert passed number to decimal string.* Returns the length of string. On buffer overflow, returns 0.* If speed is not important, use snprintf(). It's easy to read the code. |
number |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |