Here are a Description of most files

\docs\files.txt     - This file dumbass.. :)
\docs\wtc.txt       - The documentation

\src\tclib.asm      - Main file in lib, all external funcs is in this one
\src\sys.asm        - Extender Specific functions (dos32 and dos4gw)
\src\vesa.asm       - Support for 32,24,16,15 bpp Vesa modes
\src\fake.asm       - Code for the 14bit fakemode used
\src\mode13.asm     - Mode13 emulation, for slow computers
\src\misc.asm       - Misc Text output functions used by the lib

\obj\tclib.obj      - Object file for linking with wext/dos32
\obj\tclib_w.obj    - Object file for linking with dos4gw type apps ("Watcom")

\inc\tclib.inc      - Assembly defines of the Available functions
\inc\tclib.h        - Header files for usage under Watcom C

\ex\dos32\test.asm  - Test file, works only under dos32
\ex\dos32\misc.asm  - Support functions for test.asm (nearly identical to \src\misc.asm)
\ex\dos32\makefile  - The makefile for this example
\ex\wext\test.asm   - Test file, works only under dos32
\ex\wext\misc.asm   - Support functions for test.asm (nearly identical to \src\misc.asm)
\ex\wext\krnl.obj   - krnl.obj from the wext package included here
\ex\wext\makefile   - The makefile for this example
\ex\watcom\test.c   - C example, should work under dos4gw,dos32,wext (WatcomC)
\ex\watcom\makefile - makefile for this example
