3 <file>dos_functable.c</file>
4 An array with all functions of the library.
5 It is generated by a script from the headers of all
6 <filename>*.c</filename>-files in this directory.
11 <file>dos_init.c</file>
12 The init-code (<code>lib_init()</code>, <code>lib_open()</code>,
13 <code>lib_close()</code>, <code>lib_expunge()</code>).
18 <file>dos_intern.h</file>
19 A common include-file for all
20 <filename>*.c</filename>-files in this directory. It must not contain
21 anything which is necessary outside this directory.
26 <file>dos_debug.h</file>
27 Enable and disable debugging for a function of
34 This is a good example of how a makefile for a
35 library, which is linked into the system, should look like