Function report |
Source Code:lib\klist.c |
Create Date:2022-07-28 06:16:21 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:klist_init - Initialize a klist structure.*@k: The klist we're initializing.*@get: The get function for the embedding object (NULL if none)*@put: The put function for the embedding object (NULL if none)* Initialises the klist structure
Proto:void klist_init(struct klist *k, void (*get)(struct klist_node *), void (*put)(struct klist_node *))
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct klist * | k | |
void (* | get | |
void (* | put |
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 |