diff options
Diffstat (limited to 'lib/libss/data.c')
-rw-r--r-- | lib/libss/data.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/libss/data.c b/lib/libss/data.c new file mode 100644 index 0000000..45e49d7 --- /dev/null +++ b/lib/libss/data.c @@ -0,0 +1,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" + +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; |