#ifndef _KERNEL_LIBK_LENGTHOF_H #define _KERNEL_LIBK_LENGTHOF_H #define lengthof(x) (sizeof((x)) / sizeof((x)[0])) #endif // _KERNEL_LIBK_LENGTHOF_H