initial import

This commit is contained in:
2020-07-14 11:09:09 +02:00
parent c1f8e64318
commit a43e5282c1
24 changed files with 5553 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#ifndef __MY_DAEMONIZE_H__
#define __MY_DAEMONIZE_H__
void daemonize();
#endif