Show override.h syntax highlighted
/*
* $Id: override.h 11899 2006-09-06 06:59:44Z cbiere $
*
* Copyright (c) 2004, Raphael Manfredi
*
*----------------------------------------------------------------------
* This file is part of gtk-gnutella.
*
* gtk-gnutella is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* gtk-gnutella is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with gtk-gnutella; if not, write to the Free Software
* Foundation, Inc.:
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*----------------------------------------------------------------------
*/
/**
* @ingroup lib
* @file
*
* Additional overrides.
*
* @note
* This file should be the LAST one included.
*
* @author Raphael Manfredi
* @date 2004
*/
#ifndef _override_h_
#define _override_h_
#include "fast_assert.h"
#include "malloc.h" /* Must be the last header included */
#endif /* _override_h_ */
/* vi: set ts=4 sw=4 cindent: */
See more files for this project here