SYSTEM 58 include/struct.h extern SYSTEM *sys; SYSTEM 8 src/struct.c SYSTEM *sys = NULL; SYSTEM 270 src/struct.c sys = malloc_chk(sizeof(SYSTEM), "sys");