Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/crypto/krb5/src/util/ss/data.c
34907 views
1
/* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */
2
/*
3
* Copyright 1987, 1988, 1989 Massachusetts Institute of Technology
4
* (Student Information Processing Board)
5
*
6
* For copyright info, see copyright.h.
7
*/
8
9
#include <stdio.h>
10
#include "ss_internal.h"
11
#include "copyright.h"
12
13
ss_data **_ss_table = (ss_data **)NULL;
14
char *_ss_pager_name = (char *)NULL;
15
16