(1) Files in this directory:

 => cunit.tar.gz

  Tool for program testing
  As root, in  your machine, install it under
           /usr/local/share
  with:
           $ tar -zxf cunit.tar.gz


 => natnum.dox
  Main page for Doxygen documentation of C implementation for natnum

 => peano.c, peano.h 
  The sources for C implementation of natnum

 => peanotest.c

  The source for automated testing (using CUnit) of C implementation of natnum

 => Doxyfile

  Configuration file for generating documentation, using Doxygen

  Automatically produced by doxywizard 

 => Makefile

  Makefile for C implementation

 => html
  
  Directory with html documentation (doxygen generated)

 => latex
  
  Directory with latex documentation (doxygen generated): can be used for 
producing hard copies
  


