-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathterminal.h
34 lines (32 loc) · 988 Bytes
/
terminal.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
/*******************************************************************************
*
* TITLE: terminal.h
*
* VERSION: 0.1 (Beta)
*
* DATE: 25-Nov-2005
*
* AUTHOR: R. Kevin Watson
*
* COMMENTS: You are free to use this source code for any non-commercial
* use. Please do not make copies of this source code, modified
* or un-modified, publicly available on the internet or elsewhere
* without permission. Thanks.
*
* Copyright ©2005-2006 R. Kevin Watson. All rights are reserved.
*
********************************************************************************
*
* CHANGE LOG:
*
* DATE REV DESCRIPTION
* ----------- --- ----------------------------------------------------------
* 25-Nov-2005 0.1 RKW - Original code.
*
*******************************************************************************/
#ifndef _TERMINAL_H
#define _TERMINAL_H
// function prototypes
void Tracking_Info_Terminal(void);
#endif