stuck-waitfor-destruct
|
Last change
on this file since f6e8c67 was 481f882, checked in by Thierry Delisle <tdelisle@…>, 4 years ago |
|
Added some missing headers and cleaned up some of the fork+exec stuff.
|
-
Property mode
set to
100644
|
|
File size:
608 bytes
|
| Line | |
|---|
| 1 | no arg:
|
|---|
| 2 | arguments are:
|
|---|
| 3 | None
|
|---|
| 4 | Success!
|
|---|
| 5 | Child status:
|
|---|
| 6 | IFEXITED : 1, EXITSTATUS : 0, IFSIGNALED : 0, TERMSIG : 0, COREDUMP : 0, IFSTOPPED : 0, STOPSIG : 0, IFCONTINUED: 0
|
|---|
| 7 |
|
|---|
| 8 | 1 arg:
|
|---|
| 9 | arguments are:
|
|---|
| 10 | 'Hello World!'
|
|---|
| 11 | Success!
|
|---|
| 12 | Child status:
|
|---|
| 13 | IFEXITED : 1, EXITSTATUS : 0, IFSIGNALED : 0, TERMSIG : 0, COREDUMP : 0, IFSTOPPED : 0, STOPSIG : 0, IFCONTINUED: 0
|
|---|
| 14 |
|
|---|
| 15 | 5 arg:
|
|---|
| 16 | arguments are:
|
|---|
| 17 | 'Hi,'
|
|---|
| 18 | 'my'
|
|---|
| 19 | 'name'
|
|---|
| 20 | 'is'
|
|---|
| 21 | 'Fred'
|
|---|
| 22 | Success!
|
|---|
| 23 | Child status:
|
|---|
| 24 | IFEXITED : 1, EXITSTATUS : 0, IFSIGNALED : 0, TERMSIG : 0, COREDUMP : 0, IFSTOPPED : 0, STOPSIG : 0, IFCONTINUED: 0
|
|---|
| 25 |
|
|---|
| 26 | All Done!
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.