feat(code/embed): introduce ARRAY_LENGTH macro

[no changelog]
tychovrahe/coresplit/merged
cepetr 3 weeks ago
parent 87ba0131aa
commit a67149efff

@ -53,4 +53,6 @@
})
#endif
#define ARRAY_LENGTH(x) (sizeof(x) / sizeof((x)[0]))
#endif

Loading…
Cancel
Save