At 02:27 AM 8/13/2002 -0400, Dan Sugalski wrote: >Anyone up to throwing a list of outstanding > problems with the I/O system together?
From: Clinton A. Pierce [mailto:[EMAIL PROTECTED]] >I'd volunteer, except that I'm used to grunging > around at the assembler level of I/O (INT 21h!) > or with C's stdio and I don't think that your goal >is either one of these targets. I looked at the io ops a few weeks ago and it looks like only the open and readline are working. The write and read ops are using an incompatable file handle (int instead of FILE). I played around with them a bit and got them working for strings, but didn't go much further than that. If you want, I could take a stab at fixing it, although like Clinton, I'm not sure what the ultimate goal is. I also had a question about the read and write ops for NUM and INT... is it a good idea to be able to read/write in an INT length worth of data when INT size could vary from machine to machine? Or am I missing the reason for those? Thanks. Rob