initial commit

This commit is contained in:
jonathan santis
2025-05-12 14:47:49 +02:00
commit cd23e1cfc1
10 changed files with 731 additions and 0 deletions

2
config.h Normal file
View File

@@ -0,0 +1,2 @@
int loadConfig(char *file, char **str_entry,char **host,int *intervall,int size);