|
|
1.1 root 1: /* Copyright (c) 1979 Regents of the University of California */
2:
3: static char sccsid[] = "@(#)BUFF.c 1.1 10/29/80";
4:
5: #include "h00vars.h"
6:
7: extern char _sobuf[];
8:
9: BUFF(amount)
10:
11: int amount;
12: {
13: struct iorec *curfile;
14:
15: curfile = OUTPUT;
16: if (amount == 0)
17: setbuf(0, ACTFILE(curfile));
18: else if (amount == 2)
19: setbuf(_sobuf, ACTFILE(curfile));
20: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.