#define _IOLBF (2) /** line buffering **/ /*** is used as the ARGUMENT(mode) in calls to FUNCTION(setvbuf) to indicate that a stream should be line buffered. ***/ /* STDC(1) */