Handling argc==0 in the kernel
Handling argc==0 in the kernel
Posted Jan 31, 2022 22:19 UTC (Mon) by marcH (subscriber, #57642)In reply to: Handling argc==0 in the kernel by marcH
Parent article: Handling argc==0 in the kernel
> for (int i; i++; i!=argc)
Of course I meant no one writes this:
for (int i=start; i!=argc; i++)
Sorry for the noise.
