TD2_DEV51_Qualite_Algo/ping-report/include/utils.h

10 lines
152 B
C
Raw Normal View History

2024-09-16 20:38:18 +02:00
#ifndef UTILS_H
#define UTILS_H
#define STATUS_LOG "/var/log/ping-report/status.log"
void write_pid_file();
void remove_file(char* filename);
#endif