Lely core libraries  2.3.4
pipe.h
Go to the documentation of this file.
1 
22 #ifndef LELY_IO_PIPE_H_
23 #define LELY_IO_PIPE_H_
24 
25 #include <lely/io/io.h>
26 
27 #ifdef __cplusplus
28 extern "C" {
29 #endif
30 
41 int io_open_pipe(io_handle_t handle_vector[2]);
42 
43 #ifdef __cplusplus
44 }
45 #endif
46 
47 #endif // !LELY_IO_PIPE_H_
io_handle
An I/O device handle.
Definition: handle.h:33
io.h
io_open_pipe
int io_open_pipe(io_handle_t handle_vector[2])
Opens a pipe.
Definition: pipe.c:54