/** * shared.c * A definition of a shared variable. */ #include "shared.h" int shared = 0;