10 lines
143 B
C
10 lines
143 B
C
#ifndef PIPESHARE_H
|
|
#define PIPESHARE_H
|
|
|
|
#include <libowfat/io.h>
|
|
|
|
int send_stdin(int64 fd);
|
|
|
|
int extension(int64 fd,char result[16]);
|
|
|
|
#endif
|