Empty struct in C is undefined behaviour (refer C17 spec, section 6.7.2.1 ):. If the struct-declaration-list does not contain any named members, ...
確定! 回上一頁