PREV INDEX NEXT

Author: Stan Eisenstat
Subject: Re: [Cs323] setvbuf
Date: Friday, 06 Nov 2020, 07:43:19


    > Message Posted By: Unknown
    >
    > When we do the setvbuf that are stated in the spec, do we have to change
    > anything else or does it know to use the smaller buffer that is provided
    > for stdout and stdin.

If the three lines are the first three lines in main(),
then the smaller buffers will be used for stdin and
stdout.

--Stan-
PREV INDEX NEXT