------
README
------

This file is part of EST package.

This file describes, how Versis module is builded.

1. INTRODUCTION
---------------

The short name of Versis module is 'versis'. This name is placed
in front of all filenames and external identifiers related to the module.
It may appear in all lowercase, or with its first letter capitalized,
written as 'versis' and 'Versis', respectively.

There are three categories of C functions:
- exported functions are visible outside the package,
- internal functions are visible to all files within the package only,
- static functions are visible to the file only.

There are two C headers, external and internal. The external header file,
named 'versis.h', defines features visible from outside the package.
The internal header file, named 'versisInt.h' defines features used
in multiple files inside the package, but not outside.

2. AN OVERVIEW
--------------

Versis module consists of the following files:

  README	    	- this file
  Makefile		    - Makefile
  Makefile.Linux	- Makefile for GNU/Linux
  Makefile.SunOS	- Makefile for Solaris
  Makefile.MINGW	- Makefile for MS Windows
  Makefile.Darwin	- Makefile for MacOSX
  versis.def	    - symbol definition for MS Windows
  versisstubs.def   - symbol definition for MS Windows

  versis.h
  versisInt.h
  versisMain.c
  versisThread.c
  versisComp.c
  versisEqv.c
  versisMin.c
  versisTcl.c
  versisDialog.tcl

  versis.decls
  versisDecls.h
  versisStubInit.c
  versisStubLib.c

3. HEADER FILES
---------------

versis.h:

versisInt.h:

4. SOURCE FILES
---------------

versisMain.c:

versisThread.c:

versisComp.c:

versisEqv.c:

versisMin.c:

versisTcl.c:

versisDialog.tcl:
