51295a4d3e
Submitted-By: Kent Vander Velden <graphix@iastate.edu>
17 lines
418 B
C
17 lines
418 B
C
/*
|
|
* Copyright 1987, 1988, 1989 Massachusetts Institute of Technology
|
|
* (Student Information Processing Board)
|
|
*
|
|
* For copyright info, see copyright.h.
|
|
*/
|
|
|
|
#include <stdio.h>
|
|
#include "ss_internal.h"
|
|
#include "copyright.h"
|
|
|
|
static const char copyright[] =
|
|
"Copyright 1987, 1988, 1989 by the Massachusetts Institute of Technology";
|
|
|
|
ss_data **_ss_table = (ss_data **)NULL;
|
|
char *_ss_pager_name = (char *)NULL;
|