/[gcl]/gcl/gmp/mpz/tests/t-fdiv_ui.c
ViewVC logotype

Diff of /gcl/gmp/mpz/tests/t-fdiv_ui.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by camm, Sat Dec 15 06:29:42 2001 UTC revision 1.1.2.1 by camm, Fri Jan 11 17:58:48 2002 UTC
# Line 21  the Free Software Foundation, Inc., 59 T Line 21  the Free Software Foundation, Inc., 59 T
21  MA 02111-1307, USA. */  MA 02111-1307, USA. */
22    
23  #include <stdio.h>  #include <stdio.h>
24    #include <stdlib.h>
25    #include <string.h>
26  #include "gmp.h"  #include "gmp.h"
27  #include "gmp-impl.h"  #include "gmp-impl.h"
28  #include "urandom.h"  #include "urandom.h"
29    
30    size_t
31    #if defined(__STDC__)
32       mpz_out_str (FILE *stream, int base, mpz_srcptr x);
33    #else
34      mpz_out_str (stream, base, x);
35    #endif
36    
37    int dump_abort (mpz_t dividend, mp_limb_t divisor);
38    
39  void debug_mp ();  void debug_mp ();
40    
41  #ifndef SIZE  #ifndef SIZE

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26