My C compiler is not like your C compiler. (opens in new tab)
I have worked with a variety of C compilers at my day jobs over the years. Although they try to be “real” compilers, they often have limitations that would drive “real” C programmers crazy. Like, one tool I used did not allow constant strings longer than 80 characters. The error ...
Read the original article