blob: 2bf27a5da2f8a9bbb11fdefc6f36f4cd1ac96548 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
/*
* Copyright (c) 2000 by Sun Microsystems, Inc.
* All rights reserved.
*/
#pragma ident "%Z%%M% %I% %E% SMI"
/*
* 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;
|