System Control Transfers
System Control Transfers

Receive and release thread of execution to the operation system.


Import exit()
Imported function
Segment Source
  22: #include <config.h>

Declare main()
Function definition
Segment Element
Code insertion

1715: int
1716: main (int argc, char **argv)
1717: {

Segment Element
Code insertion

2144:   exit (EXIT_SUCCESS);
2145: }
2146: