HEX
Server: Apache
System: Windows NT MAGNETO-ARM 10.0 build 22000 (Windows 10) AMD64
User: Michel (0)
PHP: 7.4.7
Disabled: NONE
Upload Files
File: C:/Ruby27-x64/msys64/mingw64/include/isl/val_gmp.h
#ifndef ISL_VAL_GMP_H
#define ISL_VAL_GMP_H

#include <gmp.h>
#include <isl/val_type.h>

#if defined(__cplusplus)
extern "C" {
#endif

__isl_give isl_val *isl_val_int_from_gmp(isl_ctx *ctx, mpz_t z);
__isl_give isl_val *isl_val_from_gmp(isl_ctx *ctx,
	const mpz_t n, const mpz_t d);
int isl_val_get_num_gmp(__isl_keep isl_val *v, mpz_t z);
int isl_val_get_den_gmp(__isl_keep isl_val *v, mpz_t z);

#if defined(__cplusplus)
}
#endif

#endif