ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/ihost/libukcprog/sccsdata.c
Revision: 1.2
Committed: Sat Mar 29 18:05:09 2003 UTC (21 years, 5 months ago) by tdb
Content type: text/plain
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +3 -3 lines
State: FILE REMOVED
Log Message:
ihost now makes use of an external copy of libukcprog. This is
available as a seperate download. All files updated accordingly to make
this version 1.5.4.

File Contents

# User Rev Content
1 tdb 1.1 /* sccsdata.c - sccs data file for ukcprog generated by mksccs */
2    
3 tdb 1.2 char ukcprog_sccsdata_c_sccsid[] = "$Id: sccsdata.c,v 1.1 2002/03/08 14:37:29 tdb Exp $";
4 tdb 1.1
5     #include "ukcprog.h"
6    
7    
8     #ifndef __STDC__
9     #define const
10     #endif
11    
12     /* Changes since the last version:
13     *
14     * testukcprog.c 1.2:
15     * #include "ukcprog.h" rather than <local/ukcprog.h>
16     *
17     * Makefile 1.24:
18     * Get local build commands from ../../buildcmds rather than ~/bin
19     *
20     */
21    
22     const char *ukcprog__sccsdata[] = {
23 tdb 1.2 "ukcprog version $Revision: 1.1 $ (build date: Wed May 6 14:30:10 BST 1998)",
24     "@{$ukcprog$}: $RCSfile: sccsdata.c,v $ $Revision: 1.1 $ ",
25 tdb 1.1 "@{$ukcprog$}: ukcprog.h 1.36 ",
26     "@{$ukcprog$}: alloc.c 1.10 ",
27     "@{$ukcprog$}: e_malloc.c 1.9 ",
28     "@{$ukcprog$}: e_realloc.c 1.8 ",
29     "@{$ukcprog$}: errf.c 1.16 ",
30     "@{$ukcprog$}: formf.c 1.24 ",
31     "@{$ukcprog$}: panic.c 1.9 ",
32     "@{$ukcprog$}: ssplit.c 1.7 ",
33     "@{$ukcprog$}: strf.c 1.7 ",
34     "@{$ukcprog$}: strnf.c 1.7 ",
35     "@{$ukcprog$}: strsave.c 1.7 ",
36     "@{$ukcprog$}: fpgetline.c 1.7 ",
37     "@{$ukcprog$}: strtol.c 1.4 ",
38     "@{$ukcprog$}: config.c 1.4 ",
39     "@{$ukcprog$}: ip.c 1.7 ",
40     "@{$ukcprog$}: ebuf.c 1.7 ",
41     "@{$ukcprog$}: logf.c 1.21 ",
42     "@{$ukcprog$}: testukcprog.c 1.2 ",
43     "@{$ukcprog$}: doc/ukcprog.3 1.18 ",
44     "@{$ukcprog$}: Makefile 1.24 ",
45     };
46    
47     const char *
48     ukcprog_version()
49     {
50     return ukcprog__sccsdata[0];
51     }