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

8 lines
84 B
C

#ifndef DAEMON_H
#define DAEMON_H
int create_daemon();
void daemon_work();
#endif