TICK is a library for processing date/time values.
All values in this library are presented in DECIMALS format,
where time is an amount of ticks (0.01 sec) since 01-jan-0001.
TICK library allows add/substract dates and intervals,
compare dates, convert dates to text representation, etc.
This directory contains source code of the library 
and makefile to build it. To build the library submit 
make command. The library will be placed in ../intlib directory.
