00001 /* lib/bignum/gmp.h - Bignum implementation "GMP" 00002 Copyright (C) 2001 Thomas Uehlinger 00003 00004 This program is free software; you can redistribute it and/or modify 00005 it under the terms of the GNU General Public License as published by 00006 the Free Software Foundation; either version 2, or (at your option) 00007 any later version. 00008 00009 This program is distributed in the hope that it will be useful, 00010 but WITHOUT ANY WARRANTY; without even the implied warranty of 00011 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00012 GNU General Public License for more details. 00013 00014 You should have received a copy of the GNU General Public License 00015 along with this program; if not, write to the Free Software 00016 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ 00017 00025 #include <gobjconfig.h> 00026 00027 #ifndef gobj_lib_bignum_bignum_h 00028 #define gobj_lib_bignum_bignum_h 00029 00030 #include <gobj/decls.h> 00031 00032 #ifdef __cplusplus 00033 extern "C" { 00034 #endif /* __cplusplus */ 00035 #if 0 00036 } 00037 #endif 00038 00039 00044 struct Gj_Bignum_struct { 00045 }; 00046 00047 00048 #ifdef __cplusplus 00049 } 00050 #endif /* __cplusplus */ 00051 00052 #endif /* !gobj_lib_fs_fs_h */ 00053