
9 Oct
2013
9 Oct
'13
10:12 p.m.
test.c: #include <stdio.h> int main(void) { int linux = 5; return 0; } Result of $ gcc -E test.c (stop after the preprocessing stage): .... int main(void) { int 1 = 5; return 0; } cf., http://stackoverflow.com/questions/19210935/why-does-the-c-preprocessor-inte... -- Lev Lafayette, BA (Hons), GCertPM, MBA mobile: 0432 255 208 RFC 1855 Netiquette Guidelines http://www.ietf.org/rfc/rfc1855.txt