Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site well.UUCP Path: utzoo!watmath!clyde!burl!ulysses!bellcore!decvax!decwrl!amdcad!lll-crg!well!jayr From: jayr@well.UUCP (Jay Roth) Newsgroups: net.unix Subject: 4.2BSB Buffered I/O buffersize Message-ID: <546@well.UUCP> Date: Sat, 25-Jan-86 11:12:11 EST Article-I.D.: well.546 Posted: Sat Jan 25 11:12:11 1986 Date-Received: Sun, 26-Jan-86 06:04:42 EST Organization: Whole Earth Lectronic Link, Sausalito, CA Lines: 9 Keywords: buffered I/o I've got a program that is having trouble getting input because of the limitations of the input buffer for buffered i/o (about 256), I'm occasionally getting myself into trouble. 1) Is there a way to change the buffersize for reading input? 2) Is there a non-buffered way to do this? I want to read up to (and including) a carriage return (equivalent to gets). Any ideas? Thanks in advance.