|
|
|
|
|
by blix
1200 days ago
|
|
The difference between function(void *pointer) {
data_type *argument = pointer;
...
}
and function(data_type *argument) {
...
}
is really small. If this hurdle is enough to 'eliminate all possibility of cooperation,' there was no possiblity in the first place. |
|