ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libukcprog/src/sccsdata.c
Revision: 1.1
Committed: Sat Mar 29 16:30:33 2003 UTC (21 years, 1 month ago) by tdb
Content type: text/plain
Branch: MAIN
CVS Tags: LIBUKCPROG_1_0_2, LIBUKCPROG_1_0_1, LIBUKCPROG_1_0, HEAD
Log Message:
libukcprog is now a seperate package. I doubt this will be much use to
anyone other than us, but I see no reason why we can't package it up
and distribute it. Obviously we can't attach the GPL to this, as we
don't own it.

File Contents

# User Rev Content
1 tdb 1.1 /* sccsdata.c - sccs data file for ukcprog generated by mksccs */
2    
3     char ukcprog_sccsdata_c_sccsid[] = "$Id: sccsdata.c,v 1.27 1998/05/06 14:30:25 mtr Exp $";
4    
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     "ukcprog version $Revision: 1.27 $ (build date: Wed May 6 14:30:10 BST 1998)",
24     "@{$ukcprog$}: $RCSfile: sccsdata.c,v $ $Revision: 1.27 $ ",
25     "@{$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     }