contributed by < quantabase13 >
程式運作原理
NEXT_POWER_OF_2(s)
先從巨集 v 的實作看起:
#define v(t, s, name, ...) \
union { \
STRUCT_BODY(t); \
struct { \