Function report |
Source Code:lib\cmdline.c |
Create Date:2022-07-28 06:12:34 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:parse_option_str - Parse a string and check an option is set or not*@str: String to be parsed*@option: option name* This function parses a string containing a comma-separated list of* strings like a=b,c.
Proto:bool parse_option_str(const char *str, const char *option)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
const char * | str | |
const char * | option |
187 | str++ |
193 | Return false |
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 |