
Untitled
By: a guest on
May 5th, 2012 | syntax:
None | size: 0.88 KB | hits: 17 | expires: Never
Visual C compiler, errors compiling stdlib.h
1>...VStudioVCincludestdlib.h(467): error C2062: type 'long' unexpected
1>...VStudioVCincludestdlib.h(467): error C2062: type 'long' unexpected
1>...VStudioVCincludestdlib.h(467): error C2059: syntax error : ')'
1>...VStudioVCincludestdlib.h(468): error C2143: syntax error : missing ';' before '{'
1>...VStudioVCincludestdlib.h(468): error C2447: '{' : missing function header (old-style formal list?)
1>...VStudioVCincludestdlib.h(471): error C2062: type '__int64' unexpected
1>...VStudioVCincludestdlib.h(471): error C2062: type '__int64' unexpected
1>...VStudioVCincludestdlib.h(471): error C2059: syntax error : ')'
1>...VStudioVCincludestdlib.h(472): error C2143: syntax error : missing ';' before '{'
1>...VStudioVCincludestdlib.h(472): error C2447: '{' : missing function header (old-style formal list?)
#define abs(a) ((a)<0? -(a):(a))