1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
#ifndef COMMON_H #define COMMON_H #include <sys/time.h> #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <stdint.h> #include <signal.h> #include "consts.h" extern struct timeval* last_press; #endif