Are there any issues with using the c99 "C language dialect" in cocoa
projects? With all the benefits it offers (such as for(int i=0; ...)
style statements), I am puzzled as to why its not enabled by default.
Thought perhaps there might be some issues with using it? Or is it
totally fine.