Function report |
Source Code:fs\fs_parser.c |
Create Date:2022-07-28 20:13:14 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:lookup_constant - Look up a constant by name in an ordered table*@tbl: The table of constants to search.*@tbl_size: The size of the table.*@name: The name to look up.*@not_found: The value to return if the name is not found.
Proto:int __lookup_constant(const struct constant_table *tbl, size_t tbl_size, const char *name, int not_found)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
const struct constant_table * | tbl | |
size_t | tbl_size | |
const char * | name | |
int | not_found |
39 | Return value |
41 | Return not_found |
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 |