Update project files and headers: ensure consistency and maintainability across the codebase.

This commit is contained in:
2025-05-18 22:14:42 +02:00
parent 39e72b33aa
commit 102f0c1b6b
15 changed files with 464 additions and 129 deletions
+3 -1
View File
@@ -34,11 +34,13 @@
#include <string.h>
#include <signal.h>
#include "logger.h"
#ifndef __MAIN_H__
#define __MAIN_H__
#ifndef TRUE
#ifndef TRUE
#define TRUE 1
#endif