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

Diff of /gcl/gmp/mpz/tests/t-powm_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 20  the Free Software Foundation, Inc., 59 T Line 20  the Free Software Foundation, Inc., 59 T
20  MA 02111-1307, USA. */  MA 02111-1307, USA. */
21    
22  #include <stdio.h>  #include <stdio.h>
23    #include <stdlib.h>
24    #include <string.h>
25  #include "gmp.h"  #include "gmp.h"
26  #include "gmp-impl.h"  #include "gmp-impl.h"
27  #include "urandom.h"  #include "urandom.h"
28    
29    size_t
30    #if defined(__STDC__)
31      mpz_out_str (FILE *stream, int base, mpz_srcptr x);
32    #else
33      mpz_out_str (stream, base, x);
34    #endif
35    
36  void debug_mp ();  void debug_mp ();
37    
38  #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