Xref: utzoo comp.unix.questions:12044 comp.unix.wizards:14948 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!bbn!oberon!ucla-cs!aviz From: aviz@oahu.cs.ucla.edu Newsgroups: comp.unix.questions,comp.unix.wizards Subject: fork() and pipe() Message-ID: <21327@shemp.CS.UCLA.EDU> Date: 5 Mar 89 23:35:30 GMT Sender: news@CS.UCLA.EDU Reply-To: aviz@CS.UCLA.EDU (Dr Algirdas Avizienis) Organization: UCLA Computer Science Department Lines: 6 What are the syntaxes for fork() and pipe()? I am trying to write a C program that sets up a set of child processes.. Thanks in advance...