Function report |
Source Code:lib\cmdline.c |
Create Date:2022-07-28 06:12:35 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Parse a string to get a param value pair.* You can use " around spaces, but can't escape ".* Hyphens and underscores equivalent in parameter names.
Proto:char *next_arg(char *args, char **param, char **val)
Type:char
Parameter:
Type | Parameter | Name |
---|---|---|
char * | args | |
char ** | param | |
char ** | val |
203 | equals = 0 |
207 | If args == '"' Then |
214 | If Note: isspace() must return false for %NUL-terminator (args[i]) && Not in_quote Then Break |
216 | If equals == 0 Then |
227 | Else |
232 | If val == '"' Then |
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 |