函数逻辑报告 |
Source Code:lib\cmdline.c |
Create Date:2022-07-27 07:09:51 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称: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.
函数原型:static int get_range(char **str, int *pint, int n)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
char ** | str | |
int * | pint | |
int | n |
27 | str自加 |
28 | upper_range等于转换字符串为整形 |
32 | 返回:inc_counter |
名称 | 描述 |
---|---|
get_options | 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_ |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |