Re: difference between c89 and c99

2007-05-29 Thread Erik Trulsson
haps > contributing code to some FreeBSD projects, I find myself staring at > the available compilers in the base system for FreeBSD and wondering at > the differences. Any information I can get on the subject would be much > appreciated. > > For instance: > > What'

difference between c89 and c99

2007-05-29 Thread Chad Perrin
t the available compilers in the base system for FreeBSD and wondering at the differences. Any information I can get on the subject would be much appreciated. For instance: What's the difference between c89 and c99? Is there any reason to avoid c*9 in favor of gcc (or vice versa) when