Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!ucbvax!hplabs!hpfcso!hpfelg!koren From: koren@hpfelg.HP.COM (Steve Koren) Newsgroups: comp.sys.amiga.tech Subject: #pragma/Read(), why does this break? Message-ID: <13920043@hpfelg.HP.COM> Date: 8 Feb 90 23:54:15 GMT Organization: HP Elec. Design Div. -FtCollins Lines: 52 Here's one for all you folks intimately familiar with the Amiga I/O functions. I have a little program that looks like this: #include #include #include #include #define BUFF_SIZE 4096 unsigned char buff[BUFF_SIZE]; short main(argc, argv) short argc; char *argv[]; { struct FileHandle *in_fh; short x, return_code, start = 1; for (x=start; x