In the following code, the variable name is initialized to its own indeterminate value with char *name = name. Even though name will be reassigned later, what is the intention behind such an initialization?
https://github.com/landley/toybox/blob/master/toys/other/vmstat.c#L52
In the following code, the variable name is initialized to its own indeterminate value with char *name = name. Even though name will be reassigned later, what is the intention behind such an initialization?
https://github.com/landley/toybox/blob/master/toys/other/vmstat.c#L52