delorie.com/archives/browse.cgi | search |
Date: | Wed, 31 May 2000 09:41:33 +0300 (IDT) |
From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
X-Sender: | eliz AT is |
To: | RadSurfer <Radsmail AT juno DOT com> |
cc: | djgpp AT delorie DOT com |
Subject: | Re: DJGPP: setvbuf() |
In-Reply-To: | <8h1hmi$2vb$1@nnrp1.deja.com> |
Message-ID: | <Pine.SUN.3.91.1000531094012.8817F-100000@is> |
MIME-Version: | 1.0 |
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 |
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.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |