Initial snark14m import
[snark14.git] / src / snark / term.cpp
1 /*
2  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
3  *                                                                           *
4  *                              S N A R K   1 4                              *
5  *                                                                           *
6  *                     A PICTURE RECONSTRUCTION PROGRAM                      *
7  *                                                                           *
8  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
9
10  term.cpp,v 1.2 2008/08/25 16:11:09 jklukowska Exp
11
12 */
13
14 #include <stdio.h>
15
16 #include "term.h"
17
18 class term_class Term = {
19 // bug220 - allow user args for termination tests - swr - 1/30/07
20   NULL,
21   0
22 };
23
24
25