Woolz Image Processing  Version 1.7.5
Alc.h
Go to the documentation of this file.
1 #ifndef ALC_H
2 #define ALC_H
3 #if defined(__GNUC__)
4 #ident "University of Edinburgh $Id: 135556a6859df4102570e94fb9707dbc90f36b20 $"
5 #else
6 static char _Alc_h[] = "University of Edinburgh $Id: 135556a6859df4102570e94fb9707dbc90f36b20 $";
7 #endif
8 /*!
9 * \file libAlc/Alc.h
10 * \author Bill Hill
11 * \date March 1999
12 * \version $Id: 135556a6859df4102570e94fb9707dbc90f36b20 $
13 * \par
14 * Address:
15 * MRC Human Genetics Unit,
16 * MRC Institute of Genetics and Molecular Medicine,
17 * University of Edinburgh,
18 * Western General Hospital,
19 * Edinburgh, EH4 2XU, UK.
20 * \par
21 * Copyright (C), [2012],
22 * The University Court of the University of Edinburgh,
23 * Old College, Edinburgh, UK.
24 *
25 * This program is free software; you can redistribute it and/or
26 * modify it under the terms of the GNU General Public License
27 * as published by the Free Software Foundation; either version 2
28 * of the License, or (at your option) any later version.
29 *
30 * This program is distributed in the hope that it will be
31 * useful but WITHOUT ANY WARRANTY; without even the implied
32 * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
33 * PURPOSE. See the GNU General Public License for more
34 * details.
35 *
36 * You should have received a copy of the GNU General Public
37 * License along with this program; if not, write to the Free
38 * Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
39 * Boston, MA 02110-1301, USA.
40 * \brief Main (top-level) header file for the Woolz type
41 * allocation library.
42 */
43 
44 #include <AlcType.h>
45 #include <AlcProto.h>
46 
47 #endif /* ALC_H */
Type definitions for the Woolz type allocation library.