File: data.c

package info (click to toggle)
zephyr 2.0.4-7
  • links: PTS
  • area: main
  • in suites: potato
  • size: 2,796 kB
  • ctags: 2,989
  • sloc: ansic: 29,327; sh: 1,447; makefile: 957; yacc: 498; lex: 137; lisp: 127
file content (16 lines) | stat: -rwxr-xr-x 418 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * 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"

const static 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;