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
28extern "C" {
29#endif
30
41int io_open_pipe(io_handle_t handle_vector[2]);
42
43#ifdef __cplusplus
44}
45#endif
46
47#endif // !LELY_IO_PIPE_H_
This is the public header file of the I/O library.
int io_open_pipe(io_handle_t handle_vector[2])
Opens a pipe.
Definition: pipe.c:54
An I/O device handle.
Definition: handle.h:33