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, they are built
  when using --enable-examples with the configure script.

testing directory
  contains a plethora of 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. Theses programs are intended to be used
  only by developers, they are built when using --enable-examples with the
  configure script.
