函数逻辑报告 |
Source Code:lib\cmdline.c |
Create Date:2022-07-27 07:09:52 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:get_options - Parse a string into a list of integers*@str: String to be parsed*@nints: size of integer array*@ints: integer array* This function parses a string containing a comma-separated* list of integers, a hyphen-separated range of _positive_
函数原型:char *get_options(const char *str, int nints, int *ints)
返回类型:char
参数:
类型 | 参数 | 名称 |
---|---|---|
const char * | str | |
int | nints | |
int * | ints |
89 | i等于1 |
95 | 如果res恒等于3则 |
97 | range_nums等于If a hyphen was found in get_option, this will handle the* range of numbers, M-N. This will expand the range and insert* the values[M, M+1, ..., N] into the ints array in get_options. |
98 | 如果range_nums小于0则退出 |
105 | i加等于range_nums减1 |
107 | i自加 |
112 | 返回:str |
名称 | 描述 |
---|---|
ioapic_pirq_setup |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |