From 72f132b8fb9f2a47b0f723f4dc4eaa4fdb0c45bd Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 23 Apr 2025 08:22:28 +0200 Subject: dev: Improve makefile, add BTB_POSIX, and BTB_WINDOWS macro. - Refactor library code for better maintenance. - Improve code quality by using well known macros for status code. - Don't let the CLI pass when '-' is being passed as argument and is not recognized. Signed-off-by: Amlal El Mahrouss --- lib/Includes.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/Includes.h') diff --git a/lib/Includes.h b/lib/Includes.h index 070f80b..3f035f3 100644 --- a/lib/Includes.h +++ b/lib/Includes.h @@ -1,3 +1,8 @@ +// ============================================================= // +// btb +// Copyright (C) 2024-2025, Amlal El Mahrouss, all rights reserved. +// ============================================================= // + #ifndef BTB_INCLUDES_H #define BTB_INCLUDES_H -- cgit v1.2.3