On Oct 16, 2004, at 8:20 AM, Charles Craft wrote: > I don't suppose there is info from your style guide that can be made > public? Hmm. I dunno. Most of "style" is by definition arbitrary. So we have stuff like "each indentation level is 4 spaces." "lines should not 80 columns in width." /* * multiline comments look like this */ else if is "cuddled": if (foo) { bar(); } else { baz(); } "Indentifiers should not have mixed case names." typedef struct iptype_ { int a,b,c; } iptype; BillW _______________________________________________ http://www.piclist.com View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist