Function report |
Source Code:fs\seq_file.c |
Create Date:2022-07-28 20:09:38 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:seq_put_decimal_ll
Proto:void seq_put_decimal_ll(struct seq_file *m, const char *delimiter, long long num)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct seq_file * | m | |
const char * | delimiter | |
long long | num |
793 | If num < 0 Then |
798 | If num < 10 Then |
803 | len = 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. |
808 | Return |
810 | overflow : |
811 | seq_set_overflow(m) |
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 |