Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 5th, 2012  |  syntax: None  |  size: 0.88 KB  |  hits: 17  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Visual C   compiler, errors compiling stdlib.h
  2. 1>...VStudioVCincludestdlib.h(467): error C2062: type 'long' unexpected
  3. 1>...VStudioVCincludestdlib.h(467): error C2062: type 'long' unexpected
  4. 1>...VStudioVCincludestdlib.h(467): error C2059: syntax error : ')'
  5. 1>...VStudioVCincludestdlib.h(468): error C2143: syntax error : missing ';' before '{'
  6. 1>...VStudioVCincludestdlib.h(468): error C2447: '{' : missing function header (old-style formal list?)
  7. 1>...VStudioVCincludestdlib.h(471): error C2062: type '__int64' unexpected
  8. 1>...VStudioVCincludestdlib.h(471): error C2062: type '__int64' unexpected
  9. 1>...VStudioVCincludestdlib.h(471): error C2059: syntax error : ')'
  10. 1>...VStudioVCincludestdlib.h(472): error C2143: syntax error : missing ';' before '{'
  11. 1>...VStudioVCincludestdlib.h(472): error C2447: '{' : missing function header (old-style formal list?)
  12.        
  13. #define abs(a) ((a)<0? -(a):(a))