From aeefdb37d1fc1c0eb7953b9c196cab09460bc167 Mon Sep 17 00:00:00 2001 From: Miguel Date: Thu, 20 Sep 2018 20:51:57 +0200 Subject: we are now prepared for piping with _pipe and _dup2 --- fs/stdstreams.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 fs/stdstreams.h (limited to 'fs/stdstreams.h') diff --git a/fs/stdstreams.h b/fs/stdstreams.h new file mode 100644 index 0000000..06262c9 --- /dev/null +++ b/fs/stdstreams.h @@ -0,0 +1,5 @@ +#include "fd.h" + +fd fd_from_term(); +fd fd_from_fb_term(); +fd fd_from_ringbuffer(); -- cgit v1.2.3