update
This commit is contained in:
parent
6d83a2c196
commit
b1cfc0ee71
31 changed files with 133 additions and 89 deletions
|
|
@ -18,8 +18,8 @@
|
|||
/// @brief Pipe structure
|
||||
typedef struct s_pipe
|
||||
{
|
||||
t_file read;
|
||||
t_file write;
|
||||
int read;
|
||||
int write;
|
||||
} t_pipe;
|
||||
|
||||
/// @brief Create a pipe
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue