/**
 * \file   uclibc/lib/include/cassert
 * \brief  
 *
 * \date   05/19/2004
 * \author Alexander Warg  <alexander.warg@os.inf.tu-dresden.de>
 */
/* (c) 2004 Technische Universitaet Dresden
 * This file is part of DROPS, which is distributed under the terms of the
 * GNU General Public License 2. Please see the COPYING file for details.
 */
/* -*- c++ -*- */

#ifndef CASSERT_INCLUDE
#define CASSERT_INCLUDE

extern "C" {
#include <assert.h>
}

#endif // CASSERT_INCLUDE
