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 / inputint.ch < prev    next >
Text File  |  1995-03-23  |  380b  |  33 lines

  1. Changes for INPUTINT.C by Andreas Scherer, March 23, 1995.
  2.  
  3. @x l.5
  4. #include "config.h"
  5.  
  6. @y
  7. #include "andyconfig.h"
  8. @z
  9.  
  10. @x l.12
  11. inputint (f)
  12.   FILE *f;
  13. @y
  14. inputint (
  15.   FILE *f)
  16. @z
  17.  
  18. @x l.27
  19. zinput2ints (a, b)
  20.   integer *a, *b;
  21. @y
  22. zinput2ints (
  23.   integer *a, integer *b)
  24. @z
  25.  
  26. @x l.46
  27. zinput3ints (a,b,c)
  28.   integer *a, *b, *c;
  29. @y
  30. zinput3ints (
  31.   integer *a, integer *b, integer *c)
  32. @z
  33.