Function report |
Source Code:fs\pipe.c |
Create Date:2022-07-28 20:04:30 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:do_pipe_flags
Proto:int do_pipe_flags(int *fd, int flags)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
int * | fd | |
int | flags |
952 | error = __do_pipe_flags(fd, files, flags) |
953 | If Not error Then |
954 | fd_install(fd[0], files[0]) |
955 | fd_install(fd[1], files[1]) |
957 | Return error |
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 |