Path: utzoo!utgpu!watserv1!watmath!att!rutgers!uwm.edu!ux1.cso.uiuc.edu!osiris.cso.uiuc.edu!gordon From: gordon@osiris.cso.uiuc.edu (John Gordon) Newsgroups: comp.lang.c Subject: Re: Prototypes Message-ID: <1990Jul10.205642.18173@ux1.cso.uiuc.edu> Date: 10 Jul 90 20:56:42 GMT References: <55550@lanl.gov> Sender: usenet@ux1.cso.uiuc.edu (News) Organization: University of Illinois at Urbana Lines: 12 The purpose of a prototype is to explicitly declare what type the function returns (if any) and what types the function takes as args (if any). This makes it easier to detect errors involving incorrect returns and arg passing to and from functions. --- John Gordon Internet: gordon@osiris.cso.uiuc.edu #include gordon@cerl.cecer.army.mil #include GEnie: j.gordon14