From 5376b2006e80ffe8f8f1bee41b60ae66ad6e7356 Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Tue, 23 Dec 2025 09:47:02 +0100 Subject: [PATCH] last thing --- src/common.h | 2 ++ src/lib.h | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common.h b/src/common.h index 0d874d6..e704ec7 100644 --- a/src/common.h +++ b/src/common.h @@ -8,6 +8,8 @@ #include #include +#define TOGGLE(x) ((x) ^= 1) + #ifndef M_PI #define M_PI 3.14159265358979323846 #endif diff --git a/src/lib.h b/src/lib.h index 2cb03cb..9b65a2e 100644 --- a/src/lib.h +++ b/src/lib.h @@ -3,8 +3,6 @@ #include "rds.h" #include -#define TOGGLE(x) ((x) ^= 1) - void msleep(unsigned long ms); int _strnlen(const char *s, int maxlen);