What will you find here ?

Source code for dar suite program.

libdar directory
  contains all code of dar that have been moved since version
  2.0.0 to a separated library known as libdar.

dar_suite directory
  contains all the rest of the code of dar, which is command-line specific

examples directory
  contains few programs that illustrate the use of infinint

testing directory
  contains a pletor for very simple program that helped me validate each C++
  module of dar. They are to be used in step by step debugging and in
  conjunction with variable watch. This program are not intended to be used
  except by developers.
