Function report |
Source Code:fs\seq_file.c |
Create Date:2022-07-28 20:09:37 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:A helper routine for putting decimal numbers without rich format of printf()
Proto:void seq_put_decimal_ull_width(struct seq_file *m, const char *delimiter, unsigned long long num, unsigned int width)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct seq_file * | m | |
const char * | delimiter | |
unsigned long long | num | |
unsigned int | width |
712 | 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. |
717 | Return |
719 | overflow : |
720 | seq_set_overflow(m) |
Name | Describe |
---|---|
seq_put_decimal_ull |
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 |