Files
mop3/kernel/libk/fieldsizeof.h
kamkow1 4ad1519e06
All checks were successful
Build documentation / build-and-deploy (push) Successful in 27s
Virtual filesystem and ramdiskfs
2026-02-11 21:36:50 +01:00

7 lines
171 B
C

#ifndef _KERNEL_LIBK_FIELDSIZEOF_H
#define _KERNEL_LIBK_FIELDSIZEOF_H
#define fieldsizeof(type, field) (sizeof (((type*)0)->field))
#endif // _KERNEL_LIBK_FIELDSIZEOF_H