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