函数逻辑报告 | 
Source Code:fs\seq_file.c | 
Create Date:2022-07-29 10:40:07 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| 首页 | 函数Tree | 
| 注解内核,赢得工具 | 下载SCCT | English | 
函数名称:A helper routine for putting decimal numbers without rich format of printf()
函数原型:void seq_put_decimal_ull_width(struct seq_file *m, const char *delimiter, unsigned long long num, unsigned int width)
返回类型:void
参数:
| 类型 | 参数 | 名称 | 
|---|---|---|
| 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 | 返回 | 
| 719 | overflow : | 
| 720 | seq_set_overflow(m) | 
| 名称 | 描述 | 
|---|---|
| seq_put_decimal_ull | 
| 源代码转换工具 开放的插件接口  | X | 
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码  |