This directory contains samples of work with Linter
through CALL interface and makefile for them.
These files illustrate the documentation on 
CALL interface.
Subdirectory SYNC contains samples of synchronous Linter calls.
Subdirectory ASYNC contains samples of asynchronous Linter calls.

Building of these samples from the source code
  UNIX operation systems:
    submit make in this directory.
  WIN32 operation system:
    Change directory to SYNC or ASYNC and submit
      nmake /f makefile.vc - Microsoft C/C++
      wmake /f makefile.wc - Watcom C/C++

