pipeshare/pipeshare.h
2026-09-09 18:41:42 +02:00

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