#ifndef STATS_H #define STATS_H typedef struct stats_t { uint64_t osc_calls; } stats_t; void print_stats(stats_t * stats); #endif /* STATS_H */