File: subfd.h

package info (click to toggle)
dot-forward 0.71-4
  • links: PTS
  • area: non-free
  • in suites: woody
  • size: 508 kB
  • ctags: 347
  • sloc: ansic: 2,840; makefile: 400; sh: 298
file content (15 lines) | stat: -rw-r--r-- 263 bytes parent folder | download | duplicates (51)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#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