Function report |
Source Code:lib\kfifo.c |
Create Date:2022-07-28 06:24:36 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__kfifo_init
Proto:int __kfifo_init(struct __kfifo *fifo, void *buffer, unsigned int size, size_t esize)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct __kfifo * | fifo | |
void * | buffer | |
unsigned int | size | |
size_t | esize |
74 | in = 0 |
75 | out = 0 |
79 | If size < 2 Then |
85 | Return 0 |
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 |