>>38
error C2065: 'e' : undeclared identifier
error C2448: 'E' : function-style initializer appears to be a function definition
error C4430: missing type specifier - int assumed.
error C2664: 'fgetc' : cannot convert parameter 1 from 'int' to 'FILE *'
warning C4508: 'o' : function should return a value; 'void' return type assumed
error C4430: missing type specifier - int assumed.
warning C4554: '|' : check operator precedence for possible error; use parentheses to clarify precedence
error C3861: 'isalnum': identifier not found
warning C4508: 'X' : function should return a value; 'void' return type assumed
error C4430: missing type specifier - int assumed.
warning C4508: 'Y' : function should return a value; 'void' return type assumed
error C4430: missing type specifier - int assumed.
warning C4554: '|' : check operator precedence for possible error; use parentheses to clarify precedence
error C3861: 'isspace': identifier not found
fatal error C1903: unable to recover from previous error(s); stopping compilation
what