stm8s/main.h

3 lines
76 B
C
Raw Normal View History

2021-07-21 23:39:08 +02:00
// get length of array
#define ARRAY_LENGTH(x) (sizeof(x) / sizeof((x)[0]))