8 lines
84 B
C
Raw Normal View History

2024-09-16 20:38:18 +02:00
#ifndef DAEMON_H
#define DAEMON_H
int create_daemon();
void daemon_work();
#endif