# | Line 29 | Line 29 | int main(){ | |
---|---|---|
29 | proc_state_t *ps; | |
30 | int ps_size; | |
31 | int x; | |
32 | < | char *state; |
32 | > | char *state = NULL; |
33 | ||
34 | /* Initialise statgrab */ | |
35 | statgrab_init(); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |