Woolz Image Processing Version 1.4.0
Alc.h
Go to the documentation of this file.
00001 #ifndef ALC_H
00002 #define ALC_H
00003 #if defined(__GNUC__)
00004 #ident "University of Edinburgh $Id: 135556a6859df4102570e94fb9707dbc90f36b20 $"
00005 #else
00006 static char _Alc_h[] = "University of Edinburgh $Id: 135556a6859df4102570e94fb9707dbc90f36b20 $";
00007 #endif
00008 /*!
00009 * \file         libAlc/Alc.h
00010 * \author       Bill Hill
00011 * \date         March 1999
00012 * \version      $Id: 135556a6859df4102570e94fb9707dbc90f36b20 $
00013 * \par
00014 * Address:
00015 *               MRC Human Genetics Unit,
00016 *               MRC Institute of Genetics and Molecular Medicine,
00017 *               University of Edinburgh,
00018 *               Western General Hospital,
00019 *               Edinburgh, EH4 2XU, UK.
00020 * \par
00021 * Copyright (C), [2012],
00022 * The University Court of the University of Edinburgh,
00023 * Old College, Edinburgh, UK.
00024 * 
00025 * This program is free software; you can redistribute it and/or
00026 * modify it under the terms of the GNU General Public License
00027 * as published by the Free Software Foundation; either version 2
00028 * of the License, or (at your option) any later version.
00029 *
00030 * This program is distributed in the hope that it will be
00031 * useful but WITHOUT ANY WARRANTY; without even the implied
00032 * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
00033 * PURPOSE.  See the GNU General Public License for more
00034 * details.
00035 *
00036 * You should have received a copy of the GNU General Public
00037 * License along with this program; if not, write to the Free
00038 * Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
00039 * Boston, MA  02110-1301, USA.
00040 * \brief        Main (top-level) header file for the Woolz type
00041 *               allocation library.
00042 */
00043 
00044 #include <AlcType.h>
00045 #include <AlcProto.h>
00046 
00047 #endif /* ALC_H */