Lely core libraries
2.2.5
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.h
This is the public header file of the I/O library.
io_open_pipe
int io_open_pipe(io_handle_t handle_vector[2])
Opens a pipe.
Definition:
pipe.c:50
io_handle
An I/O device handle.
Definition:
handle.h:41
include
lely
io
pipe.h
Generated by
1.9.1