Run latex
[egate.git] / res+log / README
1 # $Id: README,v 1.4 1995/04/17 09:36:15 adam Exp $
2
3 Resource management + logging system, Europagate 1994-1995
4
5 File            Description
6
7 Makefile        Makefile - use 'make depend; make all'
8 gw-res.c        Resource management - implementation.
9 gw-resp.h       Resource management - private header file.
10 gw-res.h        Resource management - public header file.
11 gw-log.c        Logging system - implementation.
12 gw-log.h        Logging system - public header file.
13 gw-log-test.c   Small test example that uses the logging system.
14 gw-res-test.c   Small interactive test program that uses the resources.
15 *.res           Some resource files.
16
17 A 'make all' will create:
18
19 libres+log.a    Library with logging+resource functions.
20 gw-log-test     Small test program that uses the logging system. 
21 gw-res-test     Small test program that uses both logging+resource.
22                 Starting the program with no parameters will invoke
23                 a small interactive resource management shell.
24
25 Normal applications should include gw-res.h and gw-log.h. Link
26 with the library libres+log.a.
27
28 The API is described in gw-res.h and gw-log.h.
29
30 Adam Dickmeiss
31