Xref: utzoo comp.unix.questions:12053 comp.unix.wizards:14952 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uflorida!haven!adm!smoke!gwyn From: gwyn@smoke.BRL.MIL (Doug Gwyn ) Newsgroups: comp.unix.questions,comp.unix.wizards Subject: Re: fork() and pipe() Message-ID: <9801@smoke.BRL.MIL> Date: 6 Mar 89 12:41:16 GMT References: <21327@shemp.CS.UCLA.EDU> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 10 In article <21327@shemp.CS.UCLA.EDU> aviz@CS.UCLA.EDU (Dr Algirdas Avizienis) writes: >What are the syntaxes for fork() and pipe()? >I am trying to write a C program that sets up a set of child >processes.. Excuse me for saying this, but if you have to ask the net for this information because you don't have a reference manual, you'll have SERIOUS problems getting your code right. By far the preferable way to answer such questions is to refer to the UNIX Programmer's Reference Manual.