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 >
Wrap
Text File
|
1995-03-23
|
380b
|
33 lines
Changes for INPUTINT.C by Andreas Scherer, March 23, 1995.
@x l.5
#include "config.h"
@y
#include "andyconfig.h"
@z
@x l.12
inputint (f)
FILE *f;
@y
inputint (
FILE *f)
@z
@x l.27
zinput2ints (a, b)
integer *a, *b;
@y
zinput2ints (
integer *a, integer *b)
@z
@x l.46
zinput3ints (a,b,c)
integer *a, *b, *c;
@y
zinput3ints (
integer *a, integer *b, integer *c)
@z