.
This commit is contained in:
commit
aae369b9c8
9 changed files with 334 additions and 0 deletions
10
pipeshare.h
Normal file
10
pipeshare.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#ifndef PIPESHARE_H
|
||||
#define PIPESHARE_H
|
||||
|
||||
#include <libowfat/io.h>
|
||||
|
||||
int send_stdin(int64 fd);
|
||||
|
||||
int extension(int64 fd,char result[16]);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue