TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
Subject:Re: Kernighan and Ritchie notation contentions From:Tammy Hale <tammyh -at- FGM -dot- COM> Date:Tue, 1 Aug 1995 09:07:32 -0400
Carl,
The space between the asterisk and the name of the pointer might give you
problems when you try to compile.
Even if it's not *wrong*, convention is to have pointer name follow the
asterisk without a space between them.
What do you recommend at Roy's? :-)
Tammy
tammyh -at- fgm -dot- com
****************
Carl wrote,
<snip>
"char * input;
char * output;"
<snip>
"int routine(char * input, char * output, int buffer_length)"
and then wrote,
"Catch the "C" error in my post on K&R versus ANSI C and win a free dinner
at Roy's Restaurant in Hawaii Kai. (You pay for air fare, I'll pay for
dinner.)"