refactor: change project structure

This commit is contained in:
2025-10-26 17:51:41 +01:00
parent 33a12aaf73
commit 0293b0f5c0
25 changed files with 585 additions and 555 deletions

View File

@@ -1,8 +1,6 @@
#ifndef CWS_COLORS_H
#define CWS_COLORS_H
#include <stdio.h>
/* ANSI color escape sequences */
#define RED "\033[31m"
#define GREEN "\033[32m"