Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!brl-adm!adm!Saville@micro.udel.edu From: Saville@micro.udel.edu Newsgroups: comp.lang.c Subject: pipe flushing Message-ID: <978@brl-adm.ARPA> Date: Thu, 20-Nov-86 11:53:54 EST Article-I.D.: brl-adm.978 Posted: Thu Nov 20 11:53:54 1986 Date-Received: Thu, 20-Nov-86 22:58:31 EST Sender: news@brl-adm.ARPA Lines: 7 Does any body know of any function to flush out the write buffer at one end of a pipe? and i don't want waht is flushed to go through the pipe, i want is to be clean as if nothing were to be written at all. or better yet, a function that allows the write buffer to be removed(or not allocated at all). and i'm using file descriptors......not FILE *fileptr.