Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 133 Bytes

8.10.md

File metadata and controls

15 lines (7 loc) · 133 Bytes

8.10

A. call once, return twice

fork

B. call once, never return

longjmp, execve

C. call once, return 1 or more times

setjmp