#ifndef __core__array_h
#define __core__array_h

#define ARRAYSIZE(x) \
    (x / x[0])

#endif // __core__array_h