source: trunk/athena/bin/olc/clients/tty/t_data.c @ 1955

Revision 1955, 739 bytes checked in by tjcoppet, 35 years ago (diff)
Initial revision
Line 
1/*
2 * This file is part of the OLC On-Line Consulting System.
3 * It contains procedures for exectuting olc commands.
4 *
5 *      Win Treese
6 *      Dan Morgan
7 *      Bill Saphir
8 *      MIT Project Athena
9 *
10 *      Ken Raeburn
11 *      MIT Information Systems
12 *
13 *      Tom Coppeto
14 *      MIT Project Athena
15 *
16 *      Copyright (c) 1989 by the Massachusetts Institute of Technology
17 *
18 *      $Source: /afs/dev.mit.edu/source/repository/athena/bin/olc/clients/tty/t_data.c,v $
19 *      $Author: tjcoppet $
20 */
21
22#ifndef lint
23static char rcsid[]= "$Header: /afs/dev.mit.edu/source/repository/athena/bin/olc/clients/tty/t_data.c,v 1.1 1989-07-06 22:05:36 tjcoppet Exp $";
24#endif
25
26#include <olc/olc.h>
27#include <olc/olc_tty.h>
28
29PERSON User;
Note: See TracBrowser for help on using the repository browser.