Files
my-os-project2/ulib/util/util.h

7 lines
129 B
C

#ifndef ULIB_UTIL_UTIL_H_
#define ULIB_UTIL_UTIL_H_
#define ARRLEN(X) (sizeof((X))/sizeof((X)[0]))
#endif // ULIB_UTIL_UTIL_H_