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: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.
Proto:int num_to_str(char *buf, int size, unsigned long long num, unsigned int width)
Type:int
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| char * | buf | |
| int | size | |
| unsigned long long | num | |
| unsigned int | width | 
| 351 | If num <= 9 Then | 
| 354 | Else | 
| 365 | Else | 
| 366 | width = 0 | 
| Name | Describe | 
|---|---|
| seq_put_decimal_ll | 
| 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  |