>Anonymous 09/15/25(Mon)16:03:40 No.106593402
>>>106593289 (You)
>>noo you cant just transform text
>>you have to type the text
>I have God-given freedom to program as I want why are commies always such control freaks
>#define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]) + __must_be_array(arr))
#define __must_be_array(a) BUILD_BUG_ON_ZERO(__same_type((a), &(a)[0]))
#define __same_type(a, b) __builtin_types_compatible_p(typeof(a), typeof(b))