This one bit me today

dougp at voodoo.ucsb.edu dougp at voodoo.ucsb.edu
Thu Oct 5 12:52:07 AEST 1989


-Message-Text-Follows-
main()
  {
  int a=1,b=2,*p=&a,c;
  c=b/*p;
  }

First real flaw in the C grammer I have found.



More information about the Comp.lang.c mailing list