typedef enum { false = 0, true = 1 } bool;. In fact, 0 and 1 are the standard choice for representing boolean values where there's no native ...
確定! 回上一頁