Revision: | 1.2 |
Committed: | Sat Nov 15 02:13:37 2003 UTC (21 years, 6 months ago) by schorsch |
Content type: | text/plain |
Branch: | MAIN |
CVS Tags: | rad3R6P1, rad3R6 |
Changes since 1.1: | +12 -6 lines |
Log Message: | Continued ANSIfication, and reduced other compile warnings. |
# | User | Rev | Content |
---|---|---|---|
1 | greg | 1.1 | #ifndef lint |
2 | schorsch | 1.2 | static const char RCSid[] = "$Id: close.c,v 1.1 2003/02/22 02:07:26 greg 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 | } |