#ifndef DEF_EX_6_H #define DEF_EX_6_H #include typedef struct event { time_t time; char* desc; struct event* next; } event_t; #endif