[BACK]Return to out_str.c CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / gmp / mpq

Diff for /OpenXM_contrib/gmp/mpq/Attic/out_str.c between version 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2000/09/09 14:13:05 version 1.1.1.2, 2003/08/25 16:06:34
Line 1 
Line 1 
 /* mpq_out_str(stream,base,integer) */  /* mpq_out_str(stream,base,integer) */
   
 /*  /*
 Copyright (C) 2000 Free Software Foundation, Inc.  Copyright 2000, 2001 Free Software Foundation, Inc.
   
 This file is part of the GNU MP Library.  This file is part of the GNU MP Library.
   
Line 27  MA 02111-1307, USA.
Line 27  MA 02111-1307, USA.
   
   
 size_t  size_t
 #if __STDC__  
 mpq_out_str (FILE *stream, int base, mpq_srcptr q)  mpq_out_str (FILE *stream, int base, mpq_srcptr q)
 #else  
 mpq_out_str (stream, base, q)  
      FILE       *stream;  
      int        base;  
      mpq_srcptr q;  
 #endif  
 {  {
   size_t  written;    size_t  written;
   

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>