TD2_DEV51_Qualite_Algo/ping-report/include/stats.h
2024-09-16 20:38:18 +02:00

9 lines
143 B
C

#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