Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!cs.utexas.edu!uunet!lupine!rfg From: rfg@NCD.COM (Ron Guilmette) Newsgroups: comp.lang.c++ Subject: Re: Can you prototype main() ????? Message-ID: <1692@lupine.NCD.COM> Date: 22 Sep 90 07:42:47 GMT References: <6932@darkstar.ucsc.edu> <1668@lupine.NCD.COM> <461@taumet.com> Organization: Network Computing Devices, Inc., Mt. View, CA Lines: 26 In article <461@taumet.com> steve@taumet.com (Stephen Clamage) writes: void foobar (int irritating) <> { <> int irritating; <> } < <>Put that in your C++ compiler! Then look for this in chapter 18. It ain't <>there. <