ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/meta/lib4014/close.c
(Generate patch)

Comparing ray/src/meta/lib4014/close.c (file contents):
Revision 1.1 by greg, Sat Feb 22 02:07:26 2003 UTC vs.
Revision 1.2 by schorsch, Sat Nov 15 02:13:37 2003 UTC

# 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);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines