Function report |
Source Code:lib\vsprintf.c |
Create Date:2022-07-28 06:11:58 |
Last Modify:2022-05-21 09:47:42 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name: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.
Proto:static char *put_dec(char *buf, unsigned long long n)
Type:char
Parameter:
Type | Parameter | Name |
---|---|---|
char * | buf | |
unsigned long long | n |
327 | buf += 12 |
331 | --buf |
333 | Return buf |
Name | Describe |
---|---|
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 |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |