Moving the kernel to modern C
Moving the kernel to modern C
Posted Feb 26, 2022 22:10 UTC (Sat) by camhusmj38 (subscriber, #99234)In reply to: Moving the kernel to modern C by Wol
Parent article: Moving the kernel to modern C
Type Inference is not the same as no declaration. Type Inference just means types don’t have to be explicitly stated where the compiler can infer it from the expression used to initialise the variable.
