Initial commit

This commit is contained in:
2026-04-08 18:44:34 -05:00
commit 91c920f442
6 changed files with 213 additions and 0 deletions

6
include/daemon.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef DAEMON_INLCUDED
#define DAEMON_INLCUDED
void skeleton_daemon();
#endif