1 /* 2 * Copyright (c) 2000 by Sun Microsystems, Inc. 3 * All rights reserved. 4 */ 5 6 #pragma ident "%Z%%M% %I% %E% SMI" 7 8 /* 9 * Copyright 1987, 1988, 1989 Massachusetts Institute of Technology 10 * (Student Information Processing Board) 11 * 12 * For copyright info, see copyright.h. 13 */ 14 15 #include <stdio.h> 16 #include "ss_internal.h" 17 #include "copyright.h" 18 19 static const char copyright[] = 20 "Copyright 1987, 1988, 1989 by the Massachusetts Institute of Technology"; 21 22 ss_data **_ss_table = (ss_data **)NULL; 23 char *_ss_pager_name = (char *)NULL; 24