Date: Wed, 31 May 2000 09:41:33 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: RadSurfer cc: djgpp AT delorie DOT com Subject: Re: DJGPP: setvbuf() In-Reply-To: <8h1hmi$2vb$1@nnrp1.deja.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 30 May 2000, RadSurfer wrote: > How is setvbuf done? > Is this an Interrupt Call of some kind ? such as available > thru DOS or BIOS calls? It's not an interrupt call, it simply changes the size of the buffer used by buffered I/O functions like getc, fscanf, fread, etc. > I've been too lazy to try to dig up the specific LIBC > source file that might shed some light on this Please don't be lazy; the sources are freely available. Most people who know setvbuf by heart are pretty busy.