add some cool macros

This commit is contained in:
PoliEcho 2026-04-24 13:48:17 +02:00
parent 2748e58a68
commit d55ef5a76b

3
macro.h Normal file
View File

@ -0,0 +1,3 @@
#pragma once
#define ARRAY_LENGTH(a) sizeof(array) / sizeof(*array);