TD2_DEV51_Qualite_Algo/ping-report/include/stats.h

9 lines
143 B
C
Raw Normal View History

2024-09-16 20:38:18 +02:00
#ifndef STATS_H
#define STATS_H
/*@null@*/char* get_ping_from_temp_log();
void write_ping_log(char* new_ping);
void set_stats_ping();
#endif