/* * atexit.hpp * * Created on: Oct 23, 2011 * Author: heber */ #ifndef ATEXIT_HPP_ #define ATEXIT_HPP_ // include config.h #ifdef HAVE_CONFIG_H #include #endif void cleanUp(); #endif /* ATEXIT_HPP_ */