1 2 3 4 5 6 7 8
#ifndef SIGNAL__SIGNAL_H #define SIGNAL__SIGNAL_H extern struct __signal { int current; } __signal; #endif