Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!helios!venus.tamu.edu!rdw2030 From: rdw2030@venus.tamu.edu Newsgroups: comp.lang.c Subject: Proto-junk Message-ID: <6432@helios.TAMU.EDU> Date: 9 Jul 90 22:23:55 GMT Sender: usenet@helios.TAMU.EDU Reply-To: rdw2030@venus.tamu.edu Organization: TAMU Lines: 11 Thanks for the info on prototypes, everyone. You have convinced me to start using them, in the interest of helping to create code with fewer hard-to-trace bugs. In fact this would have helped on a certain file transfer protocol program I had to write last semester. It took me a week to figure out that I was returning a char where I should have been returning an int ( hey, those eight bits make a BIG difference when you're talking about a 16-bit port status read!) :-) Mark C. Lowe - KB5III