OpenCOBOL 1.1pre-rel
|
00001 /* 00002 * Copyright (C) 2002-2009 Keisuke Nishida 00003 * Copyright (C) 2007-2009 Roger While 00004 * 00005 * This library is free software; you can redistribute it and/or 00006 * modify it under the terms of the GNU Lesser General Public License 00007 * as published by the Free Software Foundation; either version 2.1, 00008 * or (at your option) any later version. 00009 * 00010 * This library is distributed in the hope that it will be useful, 00011 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00012 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00013 * GNU Lesser General Public License for more details. 00014 * 00015 * You should have received a copy of the GNU Lesser General Public 00016 * License along with this library; see the file COPYING.LIB. If 00017 * not, write to the Free Software Foundation, 51 Franklin Street, Fifth Floor 00018 * Boston, MA 02110-1301 USA 00019 */ 00020 00021 #ifndef COB_LIBCOB_H 00022 #define COB_LIBCOB_H 00023 00024 #include <gmp.h> 00025 00026 #ifdef __cplusplus 00027 extern "C" { 00028 #endif 00029 00030 #include <libcob/byteswap.h> 00031 #include <libcob/call.h> 00032 #include <libcob/common.h> 00033 #include <libcob/fileio.h> 00034 #include <libcob/move.h> 00035 #include <libcob/numeric.h> 00036 #include <libcob/screenio.h> 00037 #include <libcob/strings.h> 00038 #include <libcob/termio.h> 00039 #include <libcob/intrinsic.h> 00040 #include <libcob/codegen.h> 00041 00042 #ifdef __cplusplus 00043 } 00044 #endif 00045 00046 #endif /* COB_LIBCOB_H_ */