| version 1.9, 2005/07/03 11:08:54 |
version 1.10, 2015/09/14 07:56:20 |
|
|
| /*$OpenXM: OpenXM/src/kan96xx/plugin/cmo-gmp.c,v 1.8 2003/09/02 03:24:50 takayama Exp $ */ |
/*$OpenXM: OpenXM/src/kan96xx/plugin/cmo-gmp.c,v 1.9 2005/07/03 11:08:54 ohara Exp $ */ |
| #include <stdio.h> |
#include <stdio.h> |
| #include <stdlib.h> |
#include <stdlib.h> |
| #include <string.h> |
#include <string.h> |
|
|
| |
|
| #include "file2.h" |
#include "file2.h" |
| #include "cmo.h" |
#include "cmo.h" |
| |
|
| |
/* for gmp6.0.0 */ |
| |
#ifndef BYTES_PER_MP_LIMB |
| |
#define BYTES_PER_MP_LIMB SIZEOF_MP_LIMB_T |
| |
#endif |
| |
|
| extern int OxVersion; |
extern int OxVersion; |
| size_t cmoOutGMPCoeff_old(mpz_srcptr x); |
size_t cmoOutGMPCoeff_old(mpz_srcptr x); |