#ifndef READ_EVENTS #define READ_EVENTS #include "event.h" void write_event(event *new_event, FILE *file); /* Just listen the input and write them in the parameter file. */ int listen(FILE *file); #endif