#ifndef SIGNAL__SIGNAL_H #define SIGNAL__SIGNAL_H extern struct __signal { int current; } __signal; #endif