home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / othergnu / gmp.zoo / diffs next >
Encoding:
Text File  |  1992-01-15  |  258 b   |  14 lines

  1. *** mpz_random.c~    Wed Jul  3 16:00:00 1991
  2. --- mpz_random.c    Fri Oct  4 23:30:39 1991
  3. ***************
  4. *** 21,26 ****
  5. --- 21,28 ----
  6.   #include "gmp.h"
  7.   #include "gmp-impl.h"
  8.   
  9. + long random();
  10.   void
  11.   #if __STDC__
  12.   mpz_random (MP_INT *x, mp_size size)
  13.