Codebase list fastforward / 47d36530-4be6-461a-b177-27cbe27b630e/main subfd.h
47d36530-4be6-461a-b177-27cbe27b630e/main

Tree @47d36530-4be6-461a-b177-27cbe27b630e/main (Download .tar.gz)

subfd.h @47d36530-4be6-461a-b177-27cbe27b630e/mainraw · history · blame

#ifndef SUBFD_H
#define SUBFD_H

#include "substdio.h"

extern substdio *subfdin;
extern substdio *subfdinsmall;
extern substdio *subfdout;
extern substdio *subfdoutsmall;
extern substdio *subfderr;

extern int subfd_read();
extern int subfd_readsmall();

#endif