21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
-
-
+
+
|
source tree. The src/ subdirectory contains all code, including
the code for the separate preprocessor programs.
Each preprocessor program is a separate C program implemented in
a single file of C source code. The three preprocessor programs
are:
1. [/file/src/mkindex.c | mkindex.c]
2. [/file/src/translate.c | translate.c]
1. [/file/tools/mkindex.c | mkindex.c]
2. [/file/tools/translate.c | translate.c]
3. [/file/tools/makeheaders.c | makeheaders.c]
Fossil uses [http://www.sqlite.org/ | SQLite] for on-disk
storage. The SQLite implementation is contained in three source
code files that do not participate in the preprocessing steps.
These three files that implement SQLite are:
|