# | Line 1 | Line 1 | |
---|---|---|
1 | #ifndef lint | |
2 | static const char RCSid[] = "$Id$"; | |
3 | #endif | |
4 | – | #ifndef lint |
5 | – | static char sccsid[] = "@(#)close.c 4.1 (Berkeley) 6/27/83"; |
6 | – | #endif |
4 | ||
5 | #include <stdio.h> | |
6 | < | closevt(){ |
6 | > | |
7 | > | #include "local4014.h" |
8 | > | #include "lib4014.h" |
9 | > | |
10 | > | void |
11 | > | closevt(void) |
12 | > | { |
13 | putch(037); | |
14 | putch(030); | |
15 | fflush(stdout); | |
16 | } | |
17 | < | closepl(){ |
17 | > | |
18 | > | void |
19 | > | closepl(void) |
20 | > | { |
21 | putch(037); | |
22 | putch(030); | |
23 | fflush(stdout); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |