3 Resource management + logging system, Europagate 1994
7 Makefile Makefile - use 'make all' / 'make clean'
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.
17 A 'make all' will create:
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.
25 Normal applications should include gw-res.h and gw-log.h. Link
26 with the library libres+log.a.
28 The API is described in gw-res.h and gw-log.h.