This commit is contained in:
kento2 2026-09-09 18:41:42 +02:00
commit aae369b9c8
9 changed files with 334 additions and 0 deletions

10
pipeshare.h Normal file
View 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