Looking for C99 compilers.

Started by
0 comments, last by Brobanx 21 years, 6 months ago
Anyone know of any good C99 compilers? I have the GNU compiler (3.2) but it has many flaws. I would like to know if there''s a compiler that properly supports C99''s variable-parameter macros, the ''restricted'' keyword, and automatic initialization of static variables to 0 (yep, they put that in the standard...).
Advertisement
Good? C99?

hahahahahaha.
char a[99999],*p=a;int main(int c,char**V){char*v=c>0?1[V]:(char*)V;if(c>=0)for(;*v&&93!=*v;){62==*v&&++p||60==*v&&--p||43==*v&&++*p||45==*v&&--*p||44==*v&&(*p=getchar())||46==*v&&putchar(*p)||91==*v&&(*p&&main(0,(char**)(--v+2))||(v=(char*)main(-1,(char**)++v)-1));++v;}else for(c=1;c;c+=(91==*v)-(93==*v),++v);return(int)v;}  /*** drpizza@battleaxe.net ***/

This topic is closed to new replies.

Advertisement