- Timestamp:
- 10/14/08 18:10:55 (1 month ago)
- Files:
-
- 1 modified
-
Whitix/branches/keobject/user/posix/gmp/temp.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Whitix/branches/keobject/user/posix/gmp/temp.c
r914 r1110 84 84 } 85 85 86 __gmp_const char * __gmp_const gmp_version = " Testing";86 __gmp_const char * __gmp_const gmp_version = "4.2.3"; 87 87 88 88 int __popcountsi2(int a) … … 94 94 __MPFR_DECLSPEC __gmp_const char * mpfr_get_version _MPFR_PROTO ((void)) 95 95 { 96 printf("mpfr_get_version\n");96 return "2.3.1"; 97 97 } 98 98 … … 377 377 } 378 378 379 __GMP_DECLSPEC void __gmpz_neg __GMP_PROTO ((mpz_ptr a, mpz_srcptr b)) 380 { 381 printf("mpz_neg\n"); 382 } 379 383 __MPFR_DECLSPEC int mpfr_y0 _MPFR_PROTO ((mpfr_ptr a, mpfr_srcptr b, mpfr_rnd_t c)) 380 384 {
