home *** CD-ROM | disk | FTP | other *** search
/ Dream 45 / Amiga_Dream_45.iso / Amiga / Magazine / Dossier-LaTeX / AmiWeb2C.lha / source / web2c-6.1 / web2c / lib / fprintreal.ch < prev    next >
Text File  |  1995-03-23  |  244b  |  20 lines

  1. Changes for FPRINTREAL.C by Andreas Scherer, March 23, 1995.
  2.  
  3. @x l.4
  4. #include "config.h"
  5. @y
  6. #include "andyconfig.h"
  7. @z
  8.  
  9. @x l.7
  10. fprintreal (f, r, n, m)
  11.   FILE *f;
  12.   double r;
  13.   int n, m;
  14. @y
  15. fprintreal (
  16.   FILE *f,
  17.   double r,
  18.   int n, int m)
  19. @z
  20.