/[gcl]/gcl/gmp/mpz/tests/io.c
ViewVC logotype

Diff of /gcl/gmp/mpz/tests/io.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:47 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 <unistd.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    #if defined(__STDC__)
31      size_t mpz_out_str (FILE *stream, int base, mpz_srcptr x);
32      size_t mpz_inp_str (mpz_ptr x, FILE *stream, int base);
33    #else
34      size_t mpz_out_str (stream, base, x);
35      size_t mpz_inp_str (x, stream, base);
36    #endif
37    
38  #define FILENAME  "io.tmp"  #define FILENAME  "io.tmp"
39    
40  #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