|
|
|
|
|
by olliej
1298 days ago
|
|
But that change is by definition not backwards compatible - neither ABI nor source level. Using an ifdef to maintain source level compatibility doesn't work as two pieces of code will see the same function using different ABIs. That said I agree entirely - the conflation of array and pointer is the biggest flaw, it's what "necessitated" the null termination error that people are so fond of calling the biggest mistake. |
|