William "Chops" Westfield mac.com> writes: > On Jun 16, 2007, at 6:34 PM, Kenneth Lumia wrote: > > > ANSI C99 allows variables to be declared anywhere. > > Really? Ewwwww! I thought it was only possible to declare new ones at the head of a scope. E.g.: void foo(void) { int some, var; // code here { // scope int someother, morevar; // code here sees some,var,someother,morevar } // code here sees some,var } Peter P. -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist