Time:04-30
CodePudding user response:
enumeration defined, FALSE=0, TRUE=1; Enum is a key word, similar to a struct, union
Quote: reference 1/f, confident boy reply: enumeration defined, FALSE=0, TRUE=1; Enum is a key word, similar to a struct, union In Boolean form c language exactly what role?
# define bool _Bool # define true 1 # define false 0 # define __bool_true_false_are_defined 1
Page link:https//www.codepudding.com/Backend/109607.html