First commit

This commit is contained in:
2024-09-16 20:38:18 +02:00
parent f7b5f773b1
commit f09be2ba12
15 changed files with 759 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#ifndef DAEMON_H
#define DAEMON_H
int create_daemon();
void daemon_work();
#endif