Function report |
Source Code:lib\argv_split.c |
Create Date:2022-07-28 06:14:03 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:count_argc
Proto:static int count_argc(const char *str)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
const char * | str |
14 | count = 0 |
18 | If Note: isspace() must return false for %NUL-terminator ( * str) Then |
19 | was_space = true |
20 | Else if was_space Then |
26 | Return count |
Name | Describe |
---|---|
argv_split | argv_split - split a string at whitespace, returning an argv*@gfp: the GFP mask used to allocate memory*@str: the string to be split*@argcp: returned argument count* Returns an array of pointers to strings which are split out from*@str |
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 |