aboutsummaryrefslogtreecommitdiffstats
path: root/src/macros.h
blob: 771032c328c92efc78ab6fae32dbb2fbae4b1be8 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef L2SU_MACROS_H_INCLUDED
#define L2SU_MACROS_H_INCLUDED

#include "config.h"

#define L2_ARRLEN(_a) (sizeof(_a) / sizeof(*(_a)))

#endif /* include guard */