Revision: | 1.3 |
Committed: | Fri Nov 5 17:51:17 2004 UTC (20 years, 6 months ago) by greg |
Content type: | text/plain |
Branch: | MAIN |
CVS Tags: | HEAD |
Changes since 1.2: | +1 -1 lines |
State: | FILE REMOVED |
Log Message: | Removed plotout and lib4014 it depends on |
# | User | Rev | Content |
---|---|---|---|
1 | greg | 1.1 | #ifndef lint |
2 | greg | 1.3 | static const char RCSid[] = "$Id: close.c,v 1.2 2003/11/15 02:13:37 schorsch Exp $"; |
3 | greg | 1.1 | #endif |
4 | |||
5 | #include <stdio.h> | ||
6 | schorsch | 1.2 | |
7 | #include "local4014.h" | ||
8 | #include "lib4014.h" | ||
9 | |||
10 | void | ||
11 | closevt(void) | ||
12 | { | ||
13 | greg | 1.1 | putch(037); |
14 | putch(030); | ||
15 | fflush(stdout); | ||
16 | } | ||
17 | schorsch | 1.2 | |
18 | void | ||
19 | closepl(void) | ||
20 | { | ||
21 | greg | 1.1 | putch(037); |
22 | putch(030); | ||
23 | fflush(stdout); | ||
24 | } |