Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. An invocation of the setjmp macro shall appear only in one of the following contexts:
  2. — the entire controlling expression of a selection or iteration statement;
  3. — one operand of a relational or equality operator with the other operand an integer
  4. constant expression, with the resulting expression being the entire controlling
  5. expression of a selection or iteration statement;
  6. — the operand of a unary ! operator with the resulting expression being the entire
  7. controlling expression of a selection or iteration statement; or
  8. — the entire expression of an expression statement (possibly cast to void).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement