|
|
|
|
|
by bodhiandpysics1
1602 days ago
|
|
When dealing with unix syscalls, you actually sometimes need to pass structs that aren't fully initialized, or are initialized to zero with the exception of some fields. The quintessential example is the sigaction struct. |
|