Advertisement
Guest User

Untitled

a guest
May 25th, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. #if defined(_STDC_C99) && (defined(__XOPEN_OR_POSIX) && !defined(_XPG6))
  2. #error "Compiler or options invalid for pre-UNIX 03 X/Open applications \
  3. and pre-2001 POSIX applications"
  4. #elif !defined(_STDC_C99) && \
  5. (defined(__XOPEN_OR_POSIX) && defined(_XPG6))
  6. #error "Compiler or options invalid; UNIX 03 and POSIX.1-2001 applications \
  7. require the use of c99"
  8. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement