On Thu, Oct 22, 2020 at 12:17:35AM +0200, Klaus Jensen wrote: > + for (int i = 1; i <= n->num_namespaces; i++) {
You can call me old-school, but I don't think C should have allowed mixed declarations with code.
On Thu, Oct 22, 2020 at 12:17:35AM +0200, Klaus Jensen wrote: > + for (int i = 1; i <= n->num_namespaces; i++) {
You can call me old-school, but I don't think C should have allowed mixed declarations with code.