Toward a better list iterator for the kernel
Toward a better list iterator for the kernel
Posted Mar 12, 2022 17:04 UTC (Sat) by alonz (subscriber, #815)In reply to: Toward a better list iterator for the kernel by droundy
Parent article: Toward a better list iterator for the kernel
Actually in C11 it is possible to create a shadowing variable. However, this usually triggers a compiler warning - since such shadowing is rather confusing to the readers, and is usually considered bad practice (and a harbinger of confusing bugs).
