sint-gauntlet/macro.h
2026-04-24 13:49:16 +02:00

3 lines
73 B
C

#pragma once
#define ARRAY_LENGTH(array) sizeof(array) / sizeof(*array);